Package | Description |
---|---|
icube.demo.io |
Modifier and Type | Method and Description |
---|---|
void |
TCPChannel.close() |
void |
IChannel.close()
Closes the communication channel.
|
void |
COMChannel.configure(int baudRate,
int dataBits,
int stopBits,
int parity)
Configure.
|
void |
TCPChannel.open(int timeout) |
void |
IChannel.open(int timeout)
Opens the communication channel.
|
void |
COMChannel.open(int timeout) |
Constructor and Description |
---|
ChannelException(ChannelException e)
Instantiates a new ChannelException
|
Constructor and Description |
---|
COMChannel(java.lang.String portName)
Creates a new instance of COMChannel creating a serial port for the specified portName.
|
TCPChannel(java.lang.String host,
int port)
Instantiates a new instance of TCPChannel creating a tcp client.
|