| Package | Description |
|---|---|
| org.eclipse.neoscada.protocol.iec60870.asdu.message |
Message types and data structures
|
| org.eclipse.neoscada.protocol.iec60870.client.data |
Data related parts of the controlling side
|
| Modifier and Type | Method and Description |
|---|---|
static MeasuredValueScaledSequence |
MeasuredValueScaledSequence.create(InformationObjectAddress startAddress,
ASDUHeader header,
List<Value<Short>> values) |
static MeasuredValueScaledSequence |
MeasuredValueScaledSequence.create(InformationObjectAddress startAddress,
ASDUHeader header,
Value<Short> value) |
static MeasuredValueScaledSequence |
MeasuredValueScaledSequence.parse(ProtocolOptions options,
byte length,
ASDUHeader header,
io.netty.buffer.ByteBuf data) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataModuleHandler.handleDataMessage(MeasuredValueScaledSequence msg) |
void |
DataHandler.process(MeasuredValueScaledSequence msg) |
void |
AbstractDataProcessor.process(MeasuredValueScaledSequence msg) |
Copyright © 2017 Eclipse NeoSCADA Project. All rights reserved.