Class RxtxDeviceAddress
java.lang.Object
java.net.SocketAddress
io.netty.channel.rxtx.RxtxDeviceAddress
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionRxtxDeviceAddress(String value) Deprecated.Creates a RxtxDeviceAddress representing the address of the serial port. -
Method Summary
-
Constructor Details
-
RxtxDeviceAddress
Deprecated.Creates a RxtxDeviceAddress representing the address of the serial port.- Parameters:
value- the address of the device (e.g. COM1, /dev/ttyUSB0, ...)
-
-
Method Details
-
value
Deprecated.- Returns:
- The serial port address of the device (e.g. COM1, /dev/ttyUSB0, ...)
-