public class BIADCBPacket extends Packet
Modifier and Type | Class and Description |
---|---|
static class |
BIADCBPacket.Payload |
Packet.Header
Modifier and Type | Field and Description |
---|---|
BIADCBPacket.Payload |
payload |
command, header, headerConfiguration, payloadConfiguration, source, status
Constructor and Description |
---|
BIADCBPacket(Application application,
Command command,
DCBConfigBlockIndex dcbIndex) |
BIADCBPacket(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, getSource
public BIADCBPacket.Payload payload
public BIADCBPacket(Application application, Command command, DCBConfigBlockIndex dcbIndex)
public BIADCBPacket(DCBConfigBlockIndex dcbIndex)
public Command getCommand()
getCommand
in class Packet
public void setCommand(Command command)
setCommand
in class Packet
public java.lang.String toString()
toString
in class java.lang.Object