| 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.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(String name)Returns the enum constant of this type with the specified name. | 
| static RxtxChannelConfig.Paritybit[] | RxtxChannelConfig.Paritybit. 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. setParitybit(RxtxChannelConfig.Paritybit paritybit)Sets the type of parity bit to be used when communicating with the serial device. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.