Share via


PosPower.CapUpsChargeState Property

2/27/2008

Gets one or more UPS charge states.

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

Syntax

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

Remarks

If not equal to zero, the UPS can deliver one or more charge states. Its values can be logically ORed together.

CapUPSChargeState 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
UpsChargeState