Interface TransportLayer
- All Known Implementing Classes:
SerialTransportLayer
,TCPTransportLayer
public interface TransportLayer
Lists available connections in a medium (serial, TCP/IP, smoke signals, etc) and opens a connection of that type
-
Method Summary
-
Method Details
-
openConnection
opens a connection- Parameters:
connectionName
- where to connect- Returns:
- a connection to the device at address
connectionName
-
getTransportLayerPanel
TransportLayerPanel getTransportLayerPanel()- Returns:
- a panel with the gui options for this transport layer
-