Uses of Enum Class
org.harctoolbox.harchardware.comm.LocalSerialPort.FlowControl
-
Uses of LocalSerialPort.FlowControl in org.harctoolbox.harchardware.comm
Modifier and TypeFieldDescriptionstatic final LocalSerialPort.FlowControl
LocalSerialPort.DEFAULT_FLOWCONTROL
Modifier and TypeMethodDescriptionstatic LocalSerialPort.FlowControl
static LocalSerialPort.FlowControl
Returns the enum constant of this class with the specified name.static LocalSerialPort.FlowControl[]
LocalSerialPort.FlowControl.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.FlowControl in org.harctoolbox.harchardware.ir
Modifier and TypeFieldDescriptionstatic final LocalSerialPort.FlowControl
IrToy.defaultFlowControl
Modifier and TypeMethodDescriptionvoid
IrSerial.setFlowControl
(LocalSerialPort.FlowControl flowControl) 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) IrToy
(String portName, boolean verbose, Integer timeout, Integer baudRate, Integer maxLearnLength, LocalSerialPort.FlowControl flowControl)