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 |
---|---|
boolean |
HdlcDemoIEC.processXmlFile(java.lang.String filePath)
Processes an XML file.
|
boolean |
HdlcDemo.processXmlFile(java.lang.String filePath)
Processes an XML file.
|
boolean |
DemoFramework.processXmlFile(java.lang.String filePath)
Processes an XML file.
|
Modifier and Type | Method and Description |
---|---|
static void |
TrialWatch.CheckTimeover()
Check for timeover.
|
static void |
TrialWatch.CheckTransactionCount()
Check transaction count.
|
void |
HDLCProtocol.connect()
Connects the HDLC channel to the server.
|
void |
HDLCProtocol.disconnect()
Disconnects the HDLC channel from the server.
|
byte[] |
HDLCProtocol.getPushedAPDU() |
void |
HDLCProtocol.poll() |
byte[] |
HDLCProtocol.sendReceive(byte[] outData)
Sends bytes to the server and then receives bytes from the server.
|
void |
Frame.setFromPduByteStr(byte[] pduBytes)
Sets frame data members from a byte array.
|
Constructor and Description |
---|
EzHdlcException(EzHdlcException e)
Instantiates a new EzHdlcException
|