public abstract class AbstractMessage extends Object implements Dumpable, Encodeable
Modifier and Type | Field and Description |
---|---|
protected ASDUHeader |
header |
protected static int |
MAX_INFORMATION_ENTRIES |
Constructor and Description |
---|
AbstractMessage(ASDUHeader header) |
Modifier and Type | Method and Description |
---|---|
void |
dump(Dumper dumper) |
ASDUHeader |
getHeader() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
encode
protected static final int MAX_INFORMATION_ENTRIES
protected final ASDUHeader header
public AbstractMessage(ASDUHeader header)