PowerReporting Enumeration

2/27/2008

Enumerates the possible power reporting capabilities of a device.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration PowerReporting
public enum PowerReporting
public enum class PowerReporting
public enum PowerReporting
public enum PowerReporting

Members

Member name Description
Advanced The service object can determine and report all three power states, Off, Offline, and Online.
None The service object cannot determine the state of the device. Therefore, no power reporting is possible.
Standard The service object can determine and report two of the power states, OffOffline (that is, Off or Offline) and Online.

Remarks

Used by the CapPowerReporting property. Members of this enumeration replace the PR_NONE, PR_STANDARD, and PR_ADVANCED UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
PosCommon.CapPowerReporting Property