Share via


PosCommon.StatusPowerOff Field (POS for .NET v1.12 SDK Documentation)

2/27/2008

Indicates that the device’s power is turned off or it is detached from the terminal.

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

Syntax

'Declaration
Public Const StatusPowerOff As Integer
public const int StatusPowerOff
public:
literal int StatusPowerOff
public static final int StatusPowerOff
public const var StatusPowerOff : int

Remarks

StatusPowerOff can only be used if the CapPowerReporting property is set to PowerReporting.Advanced.

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace
CapPowerReporting
StatusUpdateEvent
PowerReporting