Share via


PosCommon.StatusPowerOffOffline Field

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

Usage

'Usage
Dim returnValue As Integer
returnValue = PosCommon.StatusPowerOffOffline

Syntax

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

Remarks

Used in StatusUpdateEvent events to indicate that either the device’s power is off or it is offline. StatusPowerOffOffline can only be used if the CapPowerReporting property is set to PowerReporting.Standard.

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
PowerReporting
StatusUpdateEvent