public class InterrogationCommand extends AbstractInformationObjectMessage
informationObjectAddress
header, MAX_INFORMATION_ENTRIES
Constructor and Description |
---|
InterrogationCommand(ASDUHeader header,
InformationObjectAddress informationObjectAddress,
short qualifierOfInterrogation) |
InterrogationCommand(ASDUHeader header,
short qualifierOfInterrogation) |
Modifier and Type | Method and Description |
---|---|
void |
encode(ProtocolOptions options,
io.netty.buffer.ByteBuf out) |
short |
getQualifierOfInterrogation() |
InterrogationCommand |
mirror(Cause cause) |
static InterrogationCommand |
parse(ProtocolOptions options,
byte length,
ASDUHeader header,
io.netty.buffer.ByteBuf data) |
getInformationObjectAddress
dump, getHeader, toString
public InterrogationCommand(ASDUHeader header, short qualifierOfInterrogation)
public InterrogationCommand(ASDUHeader header, InformationObjectAddress informationObjectAddress, short qualifierOfInterrogation)
public short getQualifierOfInterrogation()
public static InterrogationCommand parse(ProtocolOptions options, byte length, ASDUHeader header, io.netty.buffer.ByteBuf data)
public void encode(ProtocolOptions options, io.netty.buffer.ByteBuf out)
public InterrogationCommand mirror(Cause cause)