public class ReadCommand extends AbstractInformationObjectMessage
informationObjectAddressheader, MAX_INFORMATION_ENTRIES| Constructor and Description |
|---|
ReadCommand(ASDUHeader header,
InformationObjectAddress informationObjectAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(ProtocolOptions options,
io.netty.buffer.ByteBuf out) |
ReadCommand |
mirror(Cause cause) |
static ReadCommand |
parse(ProtocolOptions options,
byte length,
ASDUHeader header,
io.netty.buffer.ByteBuf data) |
getInformationObjectAddressdump, getHeader, toStringpublic ReadCommand(ASDUHeader header, InformationObjectAddress informationObjectAddress)
public static ReadCommand parse(ProtocolOptions options, byte length, ASDUHeader header, io.netty.buffer.ByteBuf data)
public void encode(ProtocolOptions options, io.netty.buffer.ByteBuf out)
public ReadCommand mirror(Cause cause)