public abstract class AbstractMeasuredValueScaled extends AbstractMessage
Modifier and Type | Field and Description |
---|---|
protected List<InformationEntry<Short>> |
entries |
header, MAX_INFORMATION_ENTRIES
Constructor and Description |
---|
AbstractMeasuredValueScaled(ASDUHeader header,
List<InformationEntry<Short>> entries,
boolean withTimestamp) |
Modifier and Type | Method and Description |
---|---|
void |
encode(ProtocolOptions options,
io.netty.buffer.ByteBuf out) |
List<InformationEntry<Short>> |
getEntries() |
protected static List<InformationEntry<Short>> |
parseEntries(ProtocolOptions options,
byte length,
io.netty.buffer.ByteBuf data,
boolean withTimestamp) |
dump, getHeader, toString
protected final List<InformationEntry<Short>> entries
public AbstractMeasuredValueScaled(ASDUHeader header, List<InformationEntry<Short>> entries, boolean withTimestamp)
public List<InformationEntry<Short>> getEntries()
public void encode(ProtocolOptions options, io.netty.buffer.ByteBuf out)
protected static List<InformationEntry<Short>> parseEntries(ProtocolOptions options, byte length, io.netty.buffer.ByteBuf data, boolean withTimestamp)