public static final class Settings.BatteryState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte |
charge
Percent charged, between [0, 100]
|
float |
voltage
Battery voltage level in V
|
| Constructor and Description |
|---|
BatteryState(byte charge,
float voltage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |