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 |
---|---|
EzHdlcException.EzHdlcExceptionKind |
EzHdlcException.kind
Exception kind.
|
Modifier and Type | Method and Description |
---|---|
static EzHdlcException.EzHdlcExceptionKind |
EzHdlcException.EzHdlcExceptionKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EzHdlcException.EzHdlcExceptionKind[] |
EzHdlcException.EzHdlcExceptionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EzHdlcException(java.lang.String message,
EzHdlcException.EzHdlcExceptionKind kind)
Instantiates a new EzHdlcException
|