程序包 | 说明 |
---|---|
io.netty.channel.rxtx |
A serial and parallel port communication transport based on RXTX.
|
限定符和类型 | 方法和说明 |
---|---|
RxtxChannelConfig |
RxtxChannel.config()
已过时。
|
RxtxChannelConfig |
RxtxChannelConfig.setAllocator(ByteBufAllocator allocator)
已过时。
|
RxtxChannelConfig |
RxtxChannelConfig.setAutoClose(boolean autoClose)
已过时。
|
RxtxChannelConfig |
RxtxChannelConfig.setAutoRead(boolean autoRead)
已过时。
|
RxtxChannelConfig |
RxtxChannelConfig.setBaudrate(int baudrate)
已过时。
Sets the baud rate (ie. bits per second) for communication with the serial device.
|
RxtxChannelConfig |
RxtxChannelConfig.setConnectTimeoutMillis(int connectTimeoutMillis)
已过时。
|
RxtxChannelConfig |
RxtxChannelConfig.setDatabits(RxtxChannelConfig.Databits databits)
已过时。
Sets the number of data bits to use to make up each character sent to the serial
device.
|
RxtxChannelConfig |
RxtxChannelConfig.setDtr(boolean dtr)
已过时。
Sets whether the serial device supports the Data Terminal Ready signal, used for
flow control
|
RxtxChannelConfig |
RxtxChannelConfig.setMaxMessagesPerRead(int maxMessagesPerRead)
已过时。
|
RxtxChannelConfig |
RxtxChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator)
已过时。
|
RxtxChannelConfig |
RxtxChannelConfig.setParitybit(RxtxChannelConfig.Paritybit paritybit)
已过时。
Sets the type of parity bit to be used when communicating with the serial device.
|
RxtxChannelConfig |
RxtxChannelConfig.setReadTimeout(int readTimeout)
已过时。
Sets the maximal time (in ms) to block while try to read from the serial port.
|
RxtxChannelConfig |
RxtxChannelConfig.setRecvByteBufAllocator(RecvByteBufAllocator allocator)
已过时。
|
RxtxChannelConfig |
RxtxChannelConfig.setRts(boolean rts)
已过时。
Sets whether the serial device supports the Request To Send signal, used for flow
control
|
RxtxChannelConfig |
RxtxChannelConfig.setStopbits(RxtxChannelConfig.Stopbits stopbits)
已过时。
Sets the number of stop bits to include at the end of every character to aid the
serial device in synchronising with the data.
|
RxtxChannelConfig |
RxtxChannelConfig.setWaitTimeMillis(int waitTimeMillis)
已过时。
Sets the time to wait after opening the serial port and before sending it any
configuration information or data.
|
RxtxChannelConfig |
RxtxChannelConfig.setWriteBufferHighWaterMark(int writeBufferHighWaterMark)
已过时。
|
RxtxChannelConfig |
RxtxChannelConfig.setWriteBufferLowWaterMark(int writeBufferLowWaterMark)
已过时。
|
RxtxChannelConfig |
RxtxChannelConfig.setWriteSpinCount(int writeSpinCount)
已过时。
|