Uses of Enum Class
org.harctoolbox.harchardware.comm.LocalSerialPort.StopBits
Packages that use LocalSerialPort.StopBits
-
Uses of LocalSerialPort.StopBits in org.harctoolbox.harchardware.comm
Fields in org.harctoolbox.harchardware.comm declared as LocalSerialPort.StopBitsModifier and TypeFieldDescriptionstatic final LocalSerialPort.StopBits
LocalSerialPort.DEFAULT_STOPBITS
Methods in org.harctoolbox.harchardware.comm that return LocalSerialPort.StopBitsModifier 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.Constructors in org.harctoolbox.harchardware.comm with parameters of type LocalSerialPort.StopBitsModifierConstructorDescriptionLocalSerialPort
(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
Methods in org.harctoolbox.harchardware.ir with parameters of type LocalSerialPort.StopBitsConstructors in org.harctoolbox.harchardware.ir with parameters of type LocalSerialPort.StopBitsModifierConstructorDescriptionIrGenericSerial
(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)