EMI_MEASUREMENT_DATA_V2 structure (emi.h)
The EMI_MEASUREMENT_DATA_V2 structure provides data about the current energy measurement data for all channels of an EMI_VERSION_V2 device. Each index in ChannelData must correspond to the measurement of the channel defined at the same index in Channels field of the EMI_METADATA_V2 struct.
Syntax
typedef struct {
EMI_CHANNEL_MEASUREMENT_DATA ChannelData[ANYSIZE_ARRAY];
} EMI_MEASUREMENT_DATA_V2;
Members
ChannelData[ANYSIZE_ARRAY]
The channel measurement for each channel exposed by this device.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows 10, version 1809. |
Header | emi.h |