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

2/27/2008

Indicates that the device’s power is turned on and it is ready for use.

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

Syntax

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

Remarks

StatusPowerOnline can be used if the CapPowerReporting property is set to either PowerReporting.Standard or PowerReporting.Advanced.

See Also

Reference

PosCommon Class
PosCommon Members
Microsoft.PointOfService Namespace
CapPowerReporting
PowerReporting
StatusUpdateEvent