Package | Description |
---|---|
icube.demo |
Provides a 'basic' demo framework.
|
icube.wrapper |
The icube.wrapper package implements the WRAPPER layer of the TCP/IP based communication profile.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WrapperDemo.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 |
---|---|
byte[] |
WRAPPERProtocol.sendReceive(byte[] outData)
Sends bytes to the server and then receives bytes from the server.
|