java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.configuration.OffChargingModePolicy |
Enum OffChargingModePolicy
defines the behaviors that the device can assume
while it is turned off and is being charged. These values are used by property POWER_OFF_CHARGING_MODE_POLICY
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OffChargingModePolicy | ALWAYS_POWER_OFF | Always power off. | |||||||||
OffChargingModePolicy | ALWAYS_POWER_ON_ON_THRESHOLD | Always power on when the charge threshold is reached. | |||||||||
OffChargingModePolicy | ALWAYS_POWER_ON_ON_THRESHOLD_WHILE_IN_CRADLE | Always power on when the charge threshold is reached and the device is placed in the cradle. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Always power on when the charge threshold is reached.
Always power on when the charge threshold is reached and the device is placed in the cradle.