Share via


PosPower.CapVariableBatteryLowThreshold Property

2/27/2008

Gets a Boolean value that indicates whether the device supports a variable threshold for low battery capacity reporting that can be set by the POS application.

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

Syntax

'Declaration
Public Overridable ReadOnly Property CapVariableBatteryLowThreshold As Boolean
public virtual bool CapVariableBatteryLowThreshold { get; }
public:
virtual property bool CapVariableBatteryLowThreshold {
    bool get ();
}
/** @property */
public boolean get_CapVariableBatteryLowThreshold ()
public function get CapVariableBatteryLowThreshold () : boolean

Remarks

If set to true, the device supports a variable threshold for low battery capacity reporting that can be set by the POS application.

CapVariableBatteryLowThreshold is set 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