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