Uses of Enum
io.netty.channel.rxtx.RxtxChannelConfig.Databits
Packages that use RxtxChannelConfig.Databits
-
Uses of RxtxChannelConfig.Databits in io.netty.channel.rxtx
Subclasses with type arguments of type RxtxChannelConfig.Databits in io.netty.channel.rxtxFields in io.netty.channel.rxtx with type parameters of type RxtxChannelConfig.DatabitsModifier and TypeFieldDescriptionstatic final ChannelOption<RxtxChannelConfig.Databits> RxtxChannelOption.DATA_BITSDeprecated.Methods in io.netty.channel.rxtx that return RxtxChannelConfig.DatabitsModifier and TypeMethodDescriptionRxtxChannelConfig.getDatabits()Deprecated.static RxtxChannelConfig.DatabitsRxtxChannelConfig.Databits.valueOf(int value) Returns the enum constant of this type with the specified name.static RxtxChannelConfig.DatabitsReturns 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.Methods in io.netty.channel.rxtx with parameters of type RxtxChannelConfig.DatabitsModifier and TypeMethodDescriptionRxtxChannelConfig.setDatabits(RxtxChannelConfig.Databits databits) Deprecated.Sets the number of data bits to use to make up each character sent to the serial device.