Uses of Class
org.apache.plc4x.java.transport.serial.SerialChannelOptionsParity
-
-
Uses of SerialChannelOptionsParity in org.apache.plc4x.java.transport.serial
Fields in org.apache.plc4x.java.transport.serial with type parameters of type SerialChannelOptionsParity Modifier and Type Field Description static io.netty.channel.ChannelOption<SerialChannelOptionsParity>SerialChannelOptions. PARITYOption to configure the type of parity being used.Methods in org.apache.plc4x.java.transport.serial that return SerialChannelOptionsParity Modifier and Type Method Description SerialChannelOptionsParityDefaultSerialTransportConfiguration. getParity()SerialChannelOptionsParitySerialChannelConfig. getParity()SerialChannelOptionsParitySerialTransportConfiguration. getParity()static SerialChannelOptionsParitySerialChannelOptionsParity. valueOf(String name)Returns the enum constant of this type with the specified name.static SerialChannelOptionsParity[]SerialChannelOptionsParity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.plc4x.java.transport.serial with parameters of type SerialChannelOptionsParity Modifier and Type Method Description voidDefaultSerialTransportConfiguration. setParity(SerialChannelOptionsParity parity)voidSerialChannelConfig. setParity(SerialChannelOptionsParity parity)
-