org.openmuc.framework.driver.spi
Interface DeviceConnection
public interface DeviceConnection
Interface containing the following connection parameters.
- interfaceAddress The address of the interface
- deviceAddress The address of the device (e.g. on the local bus / ip network)
- settings A settings String which may contain several connection parameters (e.g.: baud, parity, stopbits
for serial connections)
- connectionHandleThe connection handle
getInterfaceAddress
java.lang.String getInterfaceAddress()
getDeviceAddress
java.lang.String getDeviceAddress()
getSettings
java.lang.String getSettings()
getConnectionHandle
java.lang.Object getConnectionHandle()