Package | Description |
---|---|
icube.demo |
Provides a 'basic' demo framework.
|
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 | Method and Description |
---|---|
void |
WrapperDemo.onStateChange(HDLCProtocolState state) |
void |
HdlcPushDemo.onStateChange(HDLCProtocolState state) |
void |
HdlcDemoIEC.onStateChange(HDLCProtocolState state) |
void |
HdlcDemo.onStateChange(HDLCProtocolState state) |
void |
DemoFramework.onStateChange(HDLCProtocolState state) |
Modifier and Type | Method and Description |
---|---|
HDLCProtocolState |
HDLCProtocol.getState()
Returns the HDLC state.
|
static HDLCProtocolState |
HDLCProtocolState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HDLCProtocolState[] |
HDLCProtocolState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ICallbacks.onStateChange(HDLCProtocolState state)
onStateChange callback method.
|