public class ReadCommand extends AbstractInformationObjectMessage implements MirrorableMessage<ReadCommand>
informationObjectAddress
header, 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,
boolean positive) |
static ReadCommand |
parse(ProtocolOptions options,
byte length,
ASDUHeader header,
io.netty.buffer.ByteBuf data) |
getInformationObjectAddress
dump, getHeader, toString
public 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)
encode
in interface Encodeable
public ReadCommand mirror(Cause cause, boolean positive)
mirror
in interface MirrorableMessage<ReadCommand>