Share via


PosCommon.StatusPowerOff Field

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

Usage

'Usage
Dim returnValue As Integer
returnValue = PosCommon.StatusPowerOff

Syntax

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

Remarks

Used in StatusUpdateEvent events to indicate that the device’s power is off or it is detached from the terminal. StatusPowerOff can only be used if the CapPowerReporting property is set to PowerReporting.Advanced.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace
CapPowerReporting
StatusUpdateEvent
PowerReporting