Class TCPTransportLayer
java.lang.Object
com.marginallyclever.communications.transport.tcp.TCPTransportLayer
- All Implemented Interfaces:
TransportLayer
Lists available TCP connections and opens a connection of that type to a robot
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TCPTransportLayer
public TCPTransportLayer()
-
-
Method Details
-
openConnection
Description copied from interface:TransportLayer
opens a connection- Specified by:
openConnection
in interfaceTransportLayer
- Parameters:
connectionName
- where to connect- Returns:
serialConnection
if connection successful.null
on failure.
-
getTransportLayerPanel
- Specified by:
getTransportLayerPanel
in interfaceTransportLayer
- Returns:
- a panel with the gui options for this transport layer
-