Share via


PosPower.CapQuickCharge Property

2/27/2008

Gets a Boolean value that indicates whether power management allows charging the battery with a quick method.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapQuickCharge As Boolean
public abstract bool CapQuickCharge { get; }
public:
virtual property bool CapQuickCharge {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapQuickCharge ()
public abstract function get CapQuickCharge () : boolean

Remarks

If true, power management allows charging the battery with a quick method. The time for charging the battery is shorter than usual. Otherwise, CapQuickCharge is false.

CapQuickCharge is typically initialized to false. It should then be updated by the service object based on the capabilities of the device.

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
QuickChargeMode
QuickChargeTime