DriverUnifiedPosPowerReportingType enumeration (pointofservicecommontypes.h)
This enumeration defines the type of power reporting that is supported by the device (for example, advanced, standard, and so on).
Syntax
typedef enum DriverUnifiedPosPowerReportingType {
UnknownPowerReportingType,
Standard,
Advanced
} ;
Constants
UnknownPowerReportingType The power reporting type is not known. |
Standard The device supports the standard power reporting type. |
Advanced The device supports the advanced power reporting type. |
Requirements
Requirement | Value |
---|---|
Header | pointofservicecommontypes.h (include Pointofservicecommontypes.h) |