Class SerialChannelOptions
java.lang.Object
org.apache.plc4x.java.transport.serial.SerialChannelOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.netty.channel.ChannelOption<Integer>Option to configure the baud rate.static final io.netty.channel.ChannelOption<Integer>Option to configure the number of data bits.static final io.netty.channel.ChannelOption<Integer>Option to configure the number of parity bits.static final io.netty.channel.ChannelOption<Integer>Option to configure the number of stop bits. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
BAUD_RATE
Option to configure the baud rate. -
DATA_BITS
Option to configure the number of data bits. -
STOP_BITS
Option to configure the number of stop bits. -
PARITY_BITS
Option to configure the number of parity bits.
-
-
Constructor Details
-
SerialChannelOptions
public SerialChannelOptions()
-