java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.BatteryChargingProfile |
Enumerative representing the battery charging profile.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BatteryChargingProfile | CHARGING_PROFILE_CAPACITY | This profile allows to fully charge the device to maximum battery capacity. | |||||||||
BatteryChargingProfile | CHARGING_PROFILE_CAPACITY_LIFETIME | This profile optimizes battery lifetime and fully charges the device to maximum battery capacity. | |||||||||
BatteryChargingProfile | CHARGING_PROFILE_CHARGING_SPEED | This profile allows the device to be charged faster delivering more current and reducing the maximum capacity level. | |||||||||
BatteryChargingProfile | CHARGING_PROFILE_CHARGING_SPEED_CAPACITY | This profile allows the device to be fully charge faster delivering more current. | |||||||||
BatteryChargingProfile | CHARGING_PROFILE_CHARGING_SPEED_LIFETIME | This profile optimizes battery lifetime and allows the device to be charge faster delivering more current. | |||||||||
BatteryChargingProfile | CHARGING_PROFILE_LIFETIME | This profile charges the device reducing the maximum capacity level. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding UnlockPolicy value, from a valid integer.
| |||||||||||
Converts the UnlockPolicy enum to its integer representing value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
This profile allows to fully charge the device to maximum battery capacity.
Increasing charge current and fully charge the device could stress the battery and affect negativley its health in the longterm.
This profile optimizes battery lifetime and fully charges the device to maximum battery capacity.
Fully charging the device could affect negativley battery health in the longterm.
This profile allows the device to be charged faster delivering more current and reducing the maximum capacity level.
Increasing charge current could stress the battery reducing battery lifespan in the longterm.
Charging device partially instead has the advantage of preserve battery health in the longterm.
This profile allows the device to be fully charge faster delivering more current.
Fully charging the device could affect negativley battery health in the longterm.
This profile optimizes battery lifetime and allows the device to be charge faster delivering more current.
Fully charging the device could affect negativley battery health in the longterm.
This profile damages battery less than the other speed profiles.
This profile charges the device reducing the maximum capacity level.
Charging device partially has the advantage of preserve battery health in the longterm.
Retrieves the corresponding UnlockPolicy value, from a valid integer.
n | int |
---|
Converts the UnlockPolicy enum to its integer representing value.