Share via


PosPower.QuickChargeMode Property

2/27/2008

Gets a Boolean value that indicates whether the battery is being recharged in a quick charge mode.

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

Syntax

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

Remarks

If true, the battery is being recharged in a quick charge mode. If false, it is being charged in a normal mode. QuickChargeMode is set only if CapQuickCharge is true.

QuickChargeMode is typically initialized to falseE. 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.CapQuickCharge Property
QuickChargeTime