Uses of Enum Class
org.harctoolbox.harchardware.comm.LocalSerialPort.Parity
-
Uses of LocalSerialPort.Parity in org.harctoolbox.harchardware.comm
Modifier and TypeFieldDescriptionstatic final LocalSerialPort.Parity
LocalSerialPort.DEFAULT_PARITY
Modifier and TypeMethodDescriptionstatic LocalSerialPort.Parity
static LocalSerialPort.Parity
Returns the enum constant of this class with the specified name.static LocalSerialPort.Parity[]
LocalSerialPort.Parity.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionLocalSerialPort
(String portName, boolean verbose, Integer timeout, Integer baud, Integer dataLength, LocalSerialPort.StopBits stopBits, LocalSerialPort.Parity parity, LocalSerialPort.FlowControl flowControl) LocalSerialPortBuffered
(String portName, boolean verbose, Integer timeout, Integer baud, Integer dataLength, LocalSerialPort.StopBits stopBits, LocalSerialPort.Parity parity, LocalSerialPort.FlowControl flowControl) LocalSerialPortRaw
(String portName, boolean verbose, Integer timeout, Integer baud, Integer dataLength, LocalSerialPort.StopBits stopBits, LocalSerialPort.Parity parity, LocalSerialPort.FlowControl flowControl) -
Uses of LocalSerialPort.Parity in org.harctoolbox.harchardware.ir
ModifierConstructorDescriptionIrGenericSerial
(String portName, boolean verbose, Integer timeout, Integer baudRate, Integer dataSize, LocalSerialPort.StopBits stopBits, LocalSerialPort.Parity parity, LocalSerialPort.FlowControl flowControl) IrSerial
(Class<T> clazz, String portName, boolean verbose, Integer timeout, Integer baudRate, Integer dataSize, LocalSerialPort.StopBits stopBits, LocalSerialPort.Parity parity, LocalSerialPort.FlowControl flowControl)