Package | Description |
---|---|
icube.ezhdlc |
The icube.ezhdlc package implements the HDLC layer of the 3-layers, connection oriented, HDLC-based
communication profile defined by the COSEM/DLMS standard.
|
Modifier and Type | Field and Description |
---|---|
Frame.FrameKind |
Frame.Kind
Frame kind.
|
Modifier and Type | Method and Description |
---|---|
static Frame.FrameKind |
Frame.FrameKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Frame.FrameKind[] |
Frame.FrameKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Frame(Frame.FrameKind kind,
FrameAddress srcAddress,
FrameAddress dstAddress,
byte RSN,
byte SSN) |