java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.power.PowerStatusManager.ChargeStatus |
Enumerative representing the possible charge status values.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PowerStatusManager.ChargeStatus | CHARGE_PAUSE | Charge has been paused due to smart charge schedule. | |||||||||
PowerStatusManager.ChargeStatus | DISCHARGE | The device is discharging due to smart charge schedule. | |||||||||
PowerStatusManager.ChargeStatus | END_OF_CHARGE | End of charge status, indicating that the battery is fully charged. | |||||||||
PowerStatusManager.ChargeStatus | MANUAL_CHARGE | The device is performing a manual charge up to 100% due to user intervention. | |||||||||
PowerStatusManager.ChargeStatus | NONE | Regular charge status. | |||||||||
PowerStatusManager.ChargeStatus | ONE_TIME_FULL_CHARGE | The device is performing a charge up to 100% in order to automatically recalibrate the gauge telemetry. | |||||||||
PowerStatusManager.ChargeStatus | SMART_WLC | The device is performing a smart wireless charge, meaning that the device will oscillate between charge and discharge in order to reduce the temperature of the battery. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding ChargeStatus value from a valid integer.
| |||||||||||
Converts the ChargeStatus to its integer corresponding value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Charge has been paused due to smart charge schedule.
The device is discharging due to smart charge schedule.
End of charge status, indicating that the battery is fully charged.
The device is performing a manual charge up to 100% due to user intervention.
Regular charge status.
The device is performing a charge up to 100% in order to automatically recalibrate the gauge telemetry.
The device is performing a smart wireless charge, meaning that the device will oscillate between charge and discharge in order to reduce the temperature of the battery.
Retrieves the corresponding ChargeStatus value from a valid integer.
value | Integer to use as input in the conversion. |
---|
Converts the ChargeStatus to its integer corresponding value.