Uses of Class
io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
-
Packages that use RxtxChannelConfig.Paritybit Package Description io.netty.channel.rxtx A serial and parallel port communication transport based on RXTX. -
-
Uses of RxtxChannelConfig.Paritybit in io.netty.channel.rxtx
Fields in io.netty.channel.rxtx with type parameters of type RxtxChannelConfig.Paritybit Modifier and Type Field Description static ChannelOption<RxtxChannelConfig.Paritybit>
RxtxChannelOption. PARITY_BIT
Deprecated.Methods in io.netty.channel.rxtx that return RxtxChannelConfig.Paritybit Modifier and Type Method Description RxtxChannelConfig.Paritybit
RxtxChannelConfig. getParitybit()
Deprecated.static RxtxChannelConfig.Paritybit
RxtxChannelConfig.Paritybit. valueOf(int value)
Returns the enum constant of this type with the specified name.static RxtxChannelConfig.Paritybit
RxtxChannelConfig.Paritybit. valueOf(java.lang.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.Methods in io.netty.channel.rxtx with parameters of type RxtxChannelConfig.Paritybit Modifier and Type Method Description RxtxChannelConfig
RxtxChannelConfig. setParitybit(RxtxChannelConfig.Paritybit paritybit)
Deprecated.Sets the type of parity bit to be used when communicating with the serial device.
-