PowerReporting Enumeration

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

Usage

'Usage
Dim powerReporting1 As PowerReporting = PowerReporting.Advanced

Syntax

'Declaration
Public Enum 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

Defines the possible power reporting capabilities of a device. Used by the CapPowerReporting property. Replaces the PR_NONE, PR_STANDARD, and PR_ADVANCED constants.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
CapPowerReporting