@Deprecated public class RxtxDeviceAddress extends SocketAddress
SocketAddress
subclass to wrap the serial port address of a RXTX
device (e.g. COM1, /dev/ttyUSB0).Constructor and Description |
---|
RxtxDeviceAddress(String value)
Deprecated.
Creates a RxtxDeviceAddress representing the address of the serial port.
|
public RxtxDeviceAddress(String value)
value
- the address of the device (e.g. COM1, /dev/ttyUSB0, ...)public String value()
Copyright © 2008–2024 The Netty Project. All rights reserved.