PowerState Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible current power state values for a device.

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

Syntax

'Declaration
Public Enumeration PowerState
public enum PowerState
public enum class PowerState
public enum PowerState
public enum PowerState

Members

Member name Description
Off The device is turned off or detached from the terminal.
Offline The device is turned on but is either not ready or unable to respond to requests.
OffOffline The device is either turned off or offline.
Online The device is turned on and ready for use.
Unknown Cannot determine the device's power state.

Remarks

Used by the PowerState property. Members of this enumeration replace the PS_UNKNOWN, PS_ONLINE, PS_OFF, PS_OFFLINE, and PS_OFF_OFFLINE UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
PosCommon.PowerState Property