| Package | Description |
|---|---|
| org.eclipse.neoscada.protocol.iec60870.asdu |
ASDU related data types and classes
|
| org.eclipse.neoscada.protocol.iec60870.asdu.message |
Message types and data structures
|
| org.eclipse.neoscada.protocol.iec60870.asdu.types |
Data types used inside messages
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageManager.registerCodec(byte typeId,
InformationStructure informationStructure,
MessageCodec codec) |
| Modifier and Type | Method and Description |
|---|---|
static void |
EncodeHelper.encodeHeader(byte typeId,
InformationStructure informationStructure,
ProtocolOptions options,
Integer size,
ASDUHeader header,
io.netty.buffer.ByteBuf out) |
| Modifier and Type | Method and Description |
|---|---|
static InformationStructure |
InformationStructure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InformationStructure[] |
InformationStructure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.