java.lang.Object | |
↳ | com.datalogic.device.battery.BatteryStatus |
The BatteryStatus
provides information related to the battery lifetime and realtime values.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the percentage of the state of health of the battery.
| |||||||||||
Returns last remembered value of charge in when battery became full/empty.
| |||||||||||
Returns the instantaneous value of the remaining available capacity of the battery.
| |||||||||||
Returns the value of the maximum current recorded by the battery.
| |||||||||||
Returns the value of the maximum discharge current recorded by the battery.
| |||||||||||
Returns the value of the maximum temperature recorded by the battery.
| |||||||||||
Returns the value of the minimum temperature recorded by the battery.
| |||||||||||
Returns the time left for battery to be considered empty.
| |||||||||||
Returns the value of the total amount of discharge current caused the charging cycles of the battery.
| |||||||||||
Returns the value of the maximum voltage recorded by the battery.
| |||||||||||
Returns the value of the minimum voltage recorded by the battery.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Returns the percentage of the state of health of the battery.
int
The percentage of the state of health of the battery.
Returns last remembered value of charge in when battery became full/empty.
int
The last remembered value of charge in when battery became full/empty in mAh.
Returns the instantaneous value of the remaining available capacity of the battery.
int
The remaining available capacity of the battery in mAh.
Returns the value of the maximum current recorded by the battery.
int
The value of the maximum current recorded by the battery in mA.
Returns the value of the maximum discharge current recorded by the battery.
int
The value of the maximum discharge current recorded by the battery in mA.
Returns the value of the maximum temperature recorded by the battery.
int
The value of the maximum temperature recorded by the battery in 0.1 °C.
Returns the value of the minimum temperature recorded by the battery.
int
The value of the minimum temperature recorded by the battery in 0.1 °C.
Returns the time left for battery to be considered empty.
int
The time left for battery to be considered empty in seconds.
Returns the value of the total amount of discharge current caused the charging cycles of the battery.
int
The total amount of discharge current in 0.1 Ah.
Returns the value of the maximum voltage recorded by the battery.
int
The value of the maximum voltage recorded by the battery in mV.
Returns the value of the minimum voltage recorded by the battery.
int
The value of the minimum voltage recorded by the battery in mV.