Uses of Enum
io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
Packages that use RxtxChannelConfig.Paritybit
-
Uses of RxtxChannelConfig.Paritybit in io.netty.channel.rxtx
Subclasses with type arguments of type RxtxChannelConfig.Paritybit in io.netty.channel.rxtxFields in io.netty.channel.rxtx with type parameters of type RxtxChannelConfig.ParitybitModifier and TypeFieldDescriptionstatic final ChannelOption<RxtxChannelConfig.Paritybit> RxtxChannelOption.PARITY_BITDeprecated.Methods in io.netty.channel.rxtx that return RxtxChannelConfig.ParitybitModifier and TypeMethodDescriptionRxtxChannelConfig.getParitybit()Deprecated.static RxtxChannelConfig.ParitybitRxtxChannelConfig.Paritybit.valueOf(int value) Returns the enum constant of this type with the specified name.static RxtxChannelConfig.ParitybitReturns 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.ParitybitModifier and TypeMethodDescriptionRxtxChannelConfig.setParitybit(RxtxChannelConfig.Paritybit paritybit) Deprecated.Sets the type of parity bit to be used when communicating with the serial device.