public static class BatteryThresholdPacket.Payload extends Packet.Payload
command, status| Constructor and Description |
|---|
Payload() |
| Modifier and Type | Method and Description |
|---|---|
short |
getCriticalLevel() |
short |
getDownloadLevel() |
short |
getLowLevel() |
void |
setCriticalLevel(short criticalLevel) |
void |
setDownloadLevel(short downloadLevel) |
void |
setLowLevel(short lowLevel) |
java.lang.String |
toString() |
getCommand, getStatus, setCommand, setStatuspublic short getLowLevel()
public short getCriticalLevel()
public short getDownloadLevel()
public void setLowLevel(short lowLevel)
public void setCriticalLevel(short criticalLevel)
public void setDownloadLevel(short downloadLevel)
public java.lang.String toString()
toString in class java.lang.Object