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