Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
UnknownPowerReportingTypeThe power reporting type is not known. |
StandardThe device supports the standard power reporting type. |
AdvancedThe device supports the advanced power reporting type. |
Requirements
| Requirement | Value |
|---|---|
| Header | pointofservicecommontypes.h (include Pointofservicecommontypes.h) |