public class LineaPro.BatteryInfo.Fuelgauge
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getAverageCurrent()
Get average current in mA.
|
int |
getAveragePower()
Get average power in mW.
|
int |
getFullAvailableCapacity()
Get full available capacity in mAh.
|
int |
getFullChargeCapacity()
Get full charge capacity in mAh.
|
float |
getInternalTemperature()
Get internal temperature in Kelvin (K).
|
int |
getMaxLoadCurrent()
Get max load current in mA.
|
int |
getNominalAvailableCapacity()
Get nominal available capacity in mAh.
|
int |
getRemainingCapacity()
Get remaining capacity in mAh.
|
int |
getStandbyCurrent()
Get standby current in mA.
|
int |
getStateOfCharge()
Get state of charge in %.
|
int |
getStateOfHealth()
Get state of health in %.
|
float |
getTemperature()
Get temperature in Kelvin (K).
|
int |
getVoltage()
Get battery voltage level in mV.
|
public float getTemperature()
public int getVoltage()
public int getNominalAvailableCapacity()
public int getFullAvailableCapacity()
public int getRemainingCapacity()
public int getFullChargeCapacity()
public int getAverageCurrent()
public int getStandbyCurrent()
public int getMaxLoadCurrent()
public int getAveragePower()
public int getStateOfCharge()
public float getInternalTemperature()
public int getStateOfHealth()