public abstract class AbstractSingleBooleanBaseSingle extends AbstractMessage
header, MAX_INFORMATION_ENTRIES| Constructor and Description |
|---|
AbstractSingleBooleanBaseSingle(ASDUHeader header,
List<InformationEntry<Boolean>> entries,
boolean withTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(ProtocolOptions options,
io.netty.buffer.ByteBuf out) |
List<InformationEntry<Boolean>> |
getEntries() |
protected static List<InformationEntry<Boolean>> |
parseEntries(ProtocolOptions options,
byte length,
io.netty.buffer.ByteBuf data,
boolean withTimestamp) |
dump, getHeader, toStringpublic AbstractSingleBooleanBaseSingle(ASDUHeader header, List<InformationEntry<Boolean>> entries, boolean withTimestamp)
public List<InformationEntry<Boolean>> getEntries()
public void encode(ProtocolOptions options, io.netty.buffer.ByteBuf out)
protected static List<InformationEntry<Boolean>> parseEntries(ProtocolOptions options, byte length, io.netty.buffer.ByteBuf data, boolean withTimestamp)
Copyright © 2017 Eclipse NeoSCADA Project. All rights reserved.