Class JSerialCommDeviceAddress

java.lang.Object
java.net.SocketAddress
org.openremote.agent.protocol.serial.JSerialCommDeviceAddress
All Implemented Interfaces:
Serializable

public class JSerialCommDeviceAddress extends SocketAddress
A SocketAddress subclass to wrap the serial port address of a jSerialComm device (e.g. COM1, /dev/ttyUSB0).
See Also:
  • Constructor Details

    • JSerialCommDeviceAddress

      public JSerialCommDeviceAddress(String value)
  • Method Details

    • value

      public String value()