Uses of Enum
io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
Packages that use RxtxChannelConfig.Stopbits
-
Uses of RxtxChannelConfig.Stopbits in io.netty.channel.rxtx
Subclasses with type arguments of type RxtxChannelConfig.Stopbits in io.netty.channel.rxtxFields in io.netty.channel.rxtx with type parameters of type RxtxChannelConfig.StopbitsModifier and TypeFieldDescriptionstatic final ChannelOption<RxtxChannelConfig.Stopbits> RxtxChannelOption.STOP_BITSDeprecated.Methods in io.netty.channel.rxtx that return RxtxChannelConfig.StopbitsModifier and TypeMethodDescriptionRxtxChannelConfig.getStopbits()Deprecated.static RxtxChannelConfig.StopbitsRxtxChannelConfig.Stopbits.valueOf(int value) Returns the enum constant of this type with the specified name.static RxtxChannelConfig.StopbitsReturns 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.StopbitsModifier and TypeMethodDescriptionRxtxChannelConfig.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.