org.openmuc.framework.driver.spi
Class DeviceConnection
java.lang.Object
org.openmuc.framework.driver.spi.DeviceConnection
public final class DeviceConnection
- extends java.lang.Object
Class 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
Constructor Summary |
DeviceConnection(java.lang.String interfaceAddress,
java.lang.String deviceAddress,
java.lang.String settings,
java.lang.Object connectionHandle)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceConnection
public DeviceConnection(java.lang.String interfaceAddress,
java.lang.String deviceAddress,
java.lang.String settings,
java.lang.Object connectionHandle)
getInterfaceAddress
public java.lang.String getInterfaceAddress()
getDeviceAddress
public java.lang.String getDeviceAddress()
getSettings
public java.lang.String getSettings()
getConnectionHandle
public java.lang.Object getConnectionHandle()