Uses of Class
io.netty.channel.rxtx.RxtxChannelConfig.Databits
-
Packages that use RxtxChannelConfig.Databits Package Description io.netty.channel.rxtx A serial and parallel port communication transport based on RXTX. -
-
Uses of RxtxChannelConfig.Databits in io.netty.channel.rxtx
Fields in io.netty.channel.rxtx with type parameters of type RxtxChannelConfig.Databits Modifier and Type Field Description static ChannelOption<RxtxChannelConfig.Databits>
RxtxChannelOption. DATA_BITS
Deprecated.Methods in io.netty.channel.rxtx that return RxtxChannelConfig.Databits Modifier and Type Method Description RxtxChannelConfig.Databits
RxtxChannelConfig. getDatabits()
Deprecated.static RxtxChannelConfig.Databits
RxtxChannelConfig.Databits. valueOf(int value)
Returns the enum constant of this type with the specified name.static RxtxChannelConfig.Databits
RxtxChannelConfig.Databits. valueOf(java.lang.String name)
Returns 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.Databits Modifier and Type Method Description RxtxChannelConfig
RxtxChannelConfig. setDatabits(RxtxChannelConfig.Databits databits)
Deprecated.Sets the number of data bits to use to make up each character sent to the serial device.
-