public class IPcommunicationLayer extends AbstractCommunicationLayer
Constructor and Description |
---|
IPcommunicationLayer() |
Modifier and Type | Method and Description |
---|---|
boolean |
openConnection(CommLayerParams params)
Opens the connection and sets up the communication stack.
|
closeConnection, getAbove, getBelow, getConnectionState, getRawBytes, readByte, readDouble, readFloat, readLong, recvData, sendData, sendData, setAbove, setBelow
public boolean openConnection(CommLayerParams params) throws java.io.IOException
ICommunicationLayer
openConnection
in interface ICommunicationLayer
openConnection
in class AbstractCommunicationLayer
params
- CommLayerParams object holding the connection infojava.io.IOException