public class SinglePointInformationTimeSingle extends AbstractSingleBooleanBaseSingle
header, MAX_INFORMATION_ENTRIES
Modifier and Type | Method and Description |
---|---|
static SinglePointInformationTimeSingle |
create(ASDUHeader header,
InformationObjectAddress address,
Value<Boolean> value) |
static SinglePointInformationTimeSingle |
create(ASDUHeader header,
List<InformationEntry<Boolean>> values) |
static SinglePointInformationTimeSingle |
parse(ProtocolOptions options,
byte length,
ASDUHeader header,
io.netty.buffer.ByteBuf data) |
encode, getEntries, parseEntries
dump, getHeader, toString
public static SinglePointInformationTimeSingle parse(ProtocolOptions options, byte length, ASDUHeader header, io.netty.buffer.ByteBuf data)
public static SinglePointInformationTimeSingle create(ASDUHeader header, InformationObjectAddress address, Value<Boolean> value)
public static SinglePointInformationTimeSingle create(ASDUHeader header, List<InformationEntry<Boolean>> values)