Class SerialChannelOptions
- java.lang.Object
-
- org.apache.plc4x.java.transport.serial.SerialChannelOptions
-
public class SerialChannelOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static io.netty.channel.ChannelOption<Integer>BAUD_RATEOption to configure the baud rate.static io.netty.channel.ChannelOption<Integer>DATA_BITSOption to configure the number of data bits.static io.netty.channel.ChannelOption<SerialChannelOptionsParity>PARITYOption to configure the type of parity being used.static io.netty.channel.ChannelOption<Integer>STOP_BITSOption to configure the number of stop bits.
-
Constructor Summary
Constructors Constructor Description SerialChannelOptions()
-
-
-
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.
-
-