Share via


PosCommon.StatusPowerOnline Field

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

Usage

'Usage
Dim returnValue As Integer
returnValue = PosCommon.StatusPowerOnline

Syntax

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

Remarks

Used in StatusUpdateEvent events to indicate that the device’s power is on and it is ready for use. StatusPowerOnline can be used if the CapPowerReporting property is set to either PowerReporting.Standard or 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
PowerReporting
StatusUpdateEvent