Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 665 Bytes

linedisplaycapabilities_powerreportingtype.md

File metadata and controls

30 lines (23 loc) · 665 Bytes
-api-id -api-type
P:Windows.Devices.PointOfService.LineDisplayCapabilities.PowerReportingType
winrt property

Windows.Devices.PointOfService.LineDisplayCapabilities.PowerReportingType

-description

Gets the type of power reporting supported by the line display.

-property-value

This property can have one of the following values:

typedef enum UnifiedPosPowerReportingType
{
  UnknownPowerReportingType = 0,
  Standard = 1,
  Advanced = 2
} UnifiedPosPowerReportingType;

-remarks

-see-also

-examples