public class TemperatureDCBPacket extends MultiPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
TemperatureDCBPacket.Payload |
Packet.Header| Modifier and Type | Field and Description |
|---|---|
TemperatureDCBPacket.Payload |
payload |
command, header, headerConfiguration, payloadConfiguration, source, status| Constructor and Description |
|---|
TemperatureDCBPacket() |
TemperatureDCBPacket(Application application,
Command command) |
| Modifier and Type | Method and Description |
|---|---|
Command |
getCommand() |
short |
getPacketCount() |
Status |
getStatus() |
void |
setCommand(Command command) |
void |
setStatus(Status status) |
java.lang.String |
toString() |
decodePacket, getPacket, getSourcepublic TemperatureDCBPacket.Payload payload
public TemperatureDCBPacket(Application application, Command command)
public TemperatureDCBPacket()
public Command getCommand()
getCommand in class Packetpublic void setCommand(Command command)
setCommand in class Packetpublic java.lang.String toString()
toString in class java.lang.Objectpublic short getPacketCount()
getPacketCount in class MultiPacket