PowerThermalChannelDataProducer.PublishInputChannelData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Publishes one or more channel data samples to the producer's configured channels.
void PublishInputChannelData(winrt::array_view <PowerThermalChannelData> const& data);
public void PublishInputChannelData(PowerThermalChannelData[] data);
function publishInputChannelData(data)
Public Sub PublishInputChannelData (data As PowerThermalChannelData())
Parameters
- data
- PowerThermalChannelData[]
An array of PowerThermalChannelData structures containing the samples to publish.
Remarks
PublishInputChannelData publishes values to configured channels; calling it for a disabled channel will re-enable that channel. Passing an invalid channel ID results in HRESULT_INVALID_ARGUMENT.