| java.lang.Object | |
| ↳ | com.datalogic.device.configuration.PowerState.Charge |
Charge is a class defining constants for different charge status values
of the device.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | CHARGE_PAUSE | Charge has been paused due to smart charge schedule,
constant int value represented in PowerStatusManager.ChargeStatus. |
|||||||||
| int | DISCHARGE | The device is discharging due to smart charge schedule,
constant int value represented in PowerStatusManager.ChargeStatus. |
|||||||||
| int | END_OF_CHARGE | End of charge status, indicating that the battery is fully charged,
constant int value represented in PowerStatusManager.ChargeStatus. |
|||||||||
| int | MANUAL_CHARGE | The device is performing a manual charge up to 100% due to user
intervention,
constant int value represented in PowerStatusManager.ChargeStatus. |
|||||||||
| int | NONE | Regular charge status,
constant int value represented in PowerStatusManager.ChargeStatus. |
|||||||||
| int | ONE_TIME_FULL_CHARGE | The device is performing a charge up to 100% in order to automatically
recalibrate the gauge telemetry,
constant int value represented in PowerStatusManager.ChargeStatus. |
|||||||||
| int | 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,
constant int value represented in PowerStatusManager.ChargeStatus. |
|||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Charge has been paused due to smart charge schedule,
constant int value represented in PowerStatusManager.ChargeStatus.
The device is discharging due to smart charge schedule,
constant int value represented in PowerStatusManager.ChargeStatus.
End of charge status, indicating that the battery is fully charged,
constant int value represented in PowerStatusManager.ChargeStatus.
The device is performing a manual charge up to 100% due to user
intervention,
constant int value represented in PowerStatusManager.ChargeStatus.
Regular charge status,
constant int value represented in PowerStatusManager.ChargeStatus.
The device is performing a charge up to 100% in order to automatically
recalibrate the gauge telemetry,
constant int value represented in PowerStatusManager.ChargeStatus.
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,
constant int value represented in PowerStatusManager.ChargeStatus.