次の方法で共有


PowerThermalChannelData Struct

Definition

Represents a single data sample from a power/thermal channel, including channel identifier, and measured value.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Power.Thermal.PowerThermalApiContract, 65536)]
struct PowerThermalChannelData
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Power.Thermal.PowerThermalApiContract), 65536)]
public struct PowerThermalChannelData
var powerThermalChannelData = {
id : /* Your value */,
value : /* Your value */
}
Public Structure PowerThermalChannelData
Inheritance
PowerThermalChannelData
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.26100.0)
API contract
Windows.System.Power.Thermal.PowerThermalApiContract (introduced in v1.0)

Remarks

This structure is used to send channel samples from producers and to receive samples in consumers or diagnostics.

Fields

Id

Unique identifier for the channel that produced this data sample.

Value

Numeric measurement value reported by the channel.

Applies to