public class ADP5360RegisterWritePacket extends Packet
| Modifier and Type | Class and Description |
|---|---|
static class |
ADP5360RegisterWritePacket.Payload |
Packet.Header| Modifier and Type | Field and Description |
|---|---|
ADP5360RegisterWritePacket.Payload |
payload |
command, header, headerConfiguration, payloadConfiguration, source, status| Constructor and Description |
|---|
ADP5360RegisterWritePacket() |
ADP5360RegisterWritePacket(Application application,
Command command) |
| 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 ADP5360RegisterWritePacket.Payload payload
public ADP5360RegisterWritePacket(Application application, Command command)
public ADP5360RegisterWritePacket()
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