Share via


PosPower.UpsChargeState Property

2/27/2008

Gets the UPS charge state.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property UpsChargeState As UpsChargeStates
public abstract UpsChargeStates UpsChargeState { get; }
public:
virtual property UpsChargeStates UpsChargeState {
    UpsChargeStates get () abstract;
}
/** @property */
public abstract UpsChargeStates get_UpsChargeState ()
public abstract function get UpsChargeState () : UpsChargeStates

Remarks

UPSChargeState is typically initialized to FULL. It should then be kept current by the service object while the device is enabled.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

PosPower Class
PosPower Members
Microsoft.PointOfService Namespace
PosPower.CapUpsChargeState Property