Uses of Enum Class
org.harctoolbox.harchardware.comm.LocalSerialPort.StopBits
-
Uses of LocalSerialPort.StopBits in org.harctoolbox.harchardware.comm
Modifier and TypeFieldDescriptionstatic final LocalSerialPort.StopBits
LocalSerialPort.DEFAULT_STOPBITS
Modifier and TypeMethodDescriptionstatic LocalSerialPort.StopBits
LocalSerialPort.mkStopBits
(int stopBits) static LocalSerialPort.StopBits
LocalSerialPort.StopBits.mkStopBits
(int stopBits) static LocalSerialPort.StopBits
Returns the enum constant of this class with the specified name.static LocalSerialPort.StopBits[]
LocalSerialPort.StopBits.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.StopBits 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)