Uses of Enum Class
org.harctoolbox.harchardware.comm.LocalSerialPort.FlowControl
Packages that use LocalSerialPort.FlowControl
-
Uses of LocalSerialPort.FlowControl in org.harctoolbox.harchardware.comm
Fields in org.harctoolbox.harchardware.comm declared as LocalSerialPort.FlowControlModifier and TypeFieldDescriptionstatic final LocalSerialPort.FlowControl
LocalSerialPort.DEFAULT_FLOWCONTROL
Methods in org.harctoolbox.harchardware.comm that return LocalSerialPort.FlowControlModifier 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.Constructors in org.harctoolbox.harchardware.comm with parameters of type LocalSerialPort.FlowControlModifierConstructorDescriptionLocalSerialPort
(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
Fields in org.harctoolbox.harchardware.ir declared as LocalSerialPort.FlowControlModifier and TypeFieldDescriptionstatic final LocalSerialPort.FlowControl
IrToy.defaultFlowControl
Methods in org.harctoolbox.harchardware.ir with parameters of type LocalSerialPort.FlowControlModifier and TypeMethodDescriptionvoid
IrSerial.setFlowControl
(LocalSerialPort.FlowControl flowControl) Constructors in org.harctoolbox.harchardware.ir with parameters of type LocalSerialPort.FlowControlModifierConstructorDescriptionIrGenericSerial
(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)