Class SerialChannelOptions

java.lang.Object
org.apache.plc4x.java.transport.serial.SerialChannelOptions

public class SerialChannelOptions extends Object
  • Field Details

    • 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_BITS

      public static final io.netty.channel.ChannelOption<Integer> PARITY_BITS
      Option to configure the number of parity bits.
  • Constructor Details

    • SerialChannelOptions

      public SerialChannelOptions()