Package | Description |
---|---|
io.netty.channel.rxtx |
A serial and parallel port communication transport based on RXTX.
|
Modifier and Type | Field and Description |
---|---|
static ChannelOption<RxtxChannelConfig.Databits> |
RxtxChannelOption.DATA_BITS
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RxtxChannelConfig.Databits |
RxtxChannelConfig.getDatabits()
Deprecated.
|
static RxtxChannelConfig.Databits |
RxtxChannelConfig.Databits.valueOf(int value) |
static RxtxChannelConfig.Databits |
RxtxChannelConfig.Databits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RxtxChannelConfig.Databits[] |
RxtxChannelConfig.Databits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RxtxChannelConfig |
RxtxChannelConfig.setDatabits(RxtxChannelConfig.Databits databits)
Deprecated.
Sets the number of data bits to use to make up each character sent to the serial
device.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.