Class RxtxDeviceAddress

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class RxtxDeviceAddress
    extends java.net.SocketAddress
    Deprecated.
    this transport will be removed in the next major version.
    A SocketAddress subclass to wrap the serial port address of a RXTX device (e.g. COM1, /dev/ttyUSB0).
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RxtxDeviceAddress​(java.lang.String value)
      Deprecated.
      Creates a RxtxDeviceAddress representing the address of the serial port.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String value()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RxtxDeviceAddress

        public RxtxDeviceAddress​(java.lang.String value)
        Deprecated.
        Creates a RxtxDeviceAddress representing the address of the serial port.
        Parameters:
        value - the address of the device (e.g. COM1, /dev/ttyUSB0, ...)
    • Method Detail

      • value

        public java.lang.String value()
        Deprecated.
        Returns:
        The serial port address of the device (e.g. COM1, /dev/ttyUSB0, ...)