Uses of Enum Class
org.harctoolbox.harchardware.comm.LocalSerialPort.Parity
Packages that use LocalSerialPort.Parity
-
Uses of LocalSerialPort.Parity in org.harctoolbox.harchardware.comm
Fields in org.harctoolbox.harchardware.comm declared as LocalSerialPort.ParityModifier and TypeFieldDescriptionstatic final LocalSerialPort.ParityLocalSerialPort.DEFAULT_PARITYMethods in org.harctoolbox.harchardware.comm that return LocalSerialPort.ParityModifier and TypeMethodDescriptionstatic LocalSerialPort.Paritystatic LocalSerialPort.ParityReturns 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.Constructors in org.harctoolbox.harchardware.comm with parameters of type LocalSerialPort.ParityModifierConstructorDescriptionLocalSerialPort(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
Methods in org.harctoolbox.harchardware.ir with parameters of type LocalSerialPort.ParityConstructors in org.harctoolbox.harchardware.ir with parameters of type LocalSerialPort.ParityModifierConstructorDescriptionIrGenericSerial(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)