| 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.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(String name)Returns the enum constant of this type with the specified name. | 
| static RxtxChannelConfig.Stopbits[] | RxtxChannelConfig.Stopbits. 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. 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–2015 The Netty Project. All rights reserved.