Uses of Class
io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
-
Packages that use RxtxChannelConfig.Stopbits Package Description io.netty.channel.rxtx A serial and parallel port communication transport based on RXTX. -
-
Uses of RxtxChannelConfig.Stopbits in io.netty.channel.rxtx
Fields in io.netty.channel.rxtx with type parameters of type RxtxChannelConfig.Stopbits Modifier and Type Field Description static ChannelOption<RxtxChannelConfig.Stopbits>
RxtxChannelOption. STOP_BITS
Deprecated.Methods in io.netty.channel.rxtx that return RxtxChannelConfig.Stopbits Modifier and Type Method Description RxtxChannelConfig.Stopbits
RxtxChannelConfig. getStopbits()
Deprecated.static RxtxChannelConfig.Stopbits
RxtxChannelConfig.Stopbits. valueOf(int value)
Returns the enum constant of this type with the specified name.static RxtxChannelConfig.Stopbits
RxtxChannelConfig.Stopbits. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RxtxChannelConfig.Stopbits[]
RxtxChannelConfig.Stopbits. 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.Stopbits Modifier and Type Method Description RxtxChannelConfig
RxtxChannelConfig. setStopbits(RxtxChannelConfig.Stopbits stopbits)
Deprecated.Sets the number of stop bits to include at the end of every character to aid the serial device in synchronising with the data.
-