软件包 | 描述 |
---|---|
io.netty.channel.rxtx |
基于
RXTX的串行和并行端口通信传输。
|
Modifier and Type | Field and Description |
---|---|
static ChannelOption<RxtxChannelConfig.Paritybit> |
RxtxChannelOption.PARITY_BIT
已过时。
|
Modifier and Type | Method and Description |
---|---|
RxtxChannelConfig.Paritybit |
RxtxChannelConfig.getParitybit()
已过时。
|
static RxtxChannelConfig.Paritybit |
RxtxChannelConfig.Paritybit.valueOf(int value) |
static RxtxChannelConfig.Paritybit |
RxtxChannelConfig.Paritybit.valueOf(java.lang.String name)
以指定名称返回此类型的枚举常量。
|
static RxtxChannelConfig.Paritybit[] |
RxtxChannelConfig.Paritybit.values()
按照声明的顺序返回包含此枚举类型常量的数组。
|
Modifier and Type | Method and Description |
---|---|
RxtxChannelConfig |
RxtxChannelConfig.setParitybit(RxtxChannelConfig.Paritybit paritybit)
已过时。
Sets the type of parity bit to be used when communicating with the serial device.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.