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