public class SinglePointInformationSequence extends AbstractMessage
header, MAX_INFORMATION_ENTRIES
Modifier and Type | Method and Description |
---|---|
static SinglePointInformationSequence |
create(InformationObjectAddress startAddress,
ASDUHeader header,
List<Value<Boolean>> values) |
static SinglePointInformationSequence |
create(InformationObjectAddress startAddress,
ASDUHeader header,
Value<Boolean> value) |
void |
encode(ProtocolOptions options,
io.netty.buffer.ByteBuf out) |
InformationObjectAddress |
getStartAddress() |
List<Value<Boolean>> |
getValues() |
static SinglePointInformationSequence |
parse(ProtocolOptions options,
byte length,
ASDUHeader header,
io.netty.buffer.ByteBuf data) |
dump, getHeader, toString
public InformationObjectAddress getStartAddress()
public static SinglePointInformationSequence parse(ProtocolOptions options, byte length, ASDUHeader header, io.netty.buffer.ByteBuf data)
public void encode(ProtocolOptions options, io.netty.buffer.ByteBuf out)
public static SinglePointInformationSequence create(InformationObjectAddress startAddress, ASDUHeader header, Value<Boolean> value)
public static SinglePointInformationSequence create(InformationObjectAddress startAddress, ASDUHeader header, List<Value<Boolean>> values)