public class ReadCommand extends AbstractInformationObjectMessage implements MirrorableMessage<ReadCommand>
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,
boolean positive) |
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)
encode in interface Encodeablepublic ReadCommand mirror(Cause cause, boolean positive)
mirror in interface MirrorableMessage<ReadCommand>Copyright © 2017 Eclipse NeoSCADA Project. All rights reserved.