软件包 | 描述 |
---|---|
io.netty.channel.rxtx |
基于
RXTX的串行和并行端口通信传输。
|
Modifier and Type | Field and Description |
---|---|
static ChannelOption<RxtxChannelConfig.Stopbits> |
RxtxChannelOption.STOP_BITS
已过时。
|
Modifier and Type | Method and Description |
---|---|
RxtxChannelConfig.Stopbits |
RxtxChannelConfig.getStopbits()
已过时。
|
static RxtxChannelConfig.Stopbits |
RxtxChannelConfig.Stopbits.valueOf(int value) |
static RxtxChannelConfig.Stopbits |
RxtxChannelConfig.Stopbits.valueOf(java.lang.String name)
以指定名称返回此类型的枚举常量。
|
static RxtxChannelConfig.Stopbits[] |
RxtxChannelConfig.Stopbits.values()
按照声明的顺序返回包含此枚举类型常量的数组。
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.