Class SerialChannelOptions


  • public class SerialChannelOptions
    extends Object
    • Field Detail

      • BAUD_RATE

        public static final io.netty.channel.ChannelOption<Integer> BAUD_RATE
        Option to configure the baud rate.
      • DATA_BITS

        public static final io.netty.channel.ChannelOption<Integer> DATA_BITS
        Option to configure the number of data bits.
      • STOP_BITS

        public static final io.netty.channel.ChannelOption<Integer> STOP_BITS
        Option to configure the number of stop bits.
      • PARITY

        public static final io.netty.channel.ChannelOption<SerialChannelOptionsParity> PARITY
        Option to configure the type of parity being used.
    • Constructor Detail

      • SerialChannelOptions

        public SerialChannelOptions()