PosPower.QuickChargeTime Property
2/27/2008
Gets the remaining time for loading the battery.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property QuickChargeTime As Integer
public abstract int QuickChargeTime { get; }
public:
virtual property int QuickChargeTime {
int get () abstract;
}
/** @property */
public abstract int get_QuickChargeTime ()
public abstract function get QuickChargeTime () : int
Remarks
QuickChargeTime specifies the remaining time for loading the battery in quick charge mode. After the time has elapsed, the battery loading mechanism of power management usually switches into the normal mode. The time is specified in milliseconds.
QuickChargeTime is set only if CapQuickCharge is trueE.
QuickChargeTime is typically initialized to 0. 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.QuickChargeMode Property
PosPower.CapQuickCharge Property