Uses of Enum
io.qt.serialport.QSerialPort.Parity
Packages that use QSerialPort.Parity
-
Uses of QSerialPort.Parity in io.qt.serialport
Fields in io.qt.serialport with type parameters of type QSerialPort.ParityMethods in io.qt.serialport that return QSerialPort.ParityModifier and TypeMethodDescriptionfinal QSerialPort.Parity
QSerialPort.parity()
static QSerialPort.Parity
QSerialPort.Parity.resolve
(int value) Returns the corresponding enum entry for the given value.static QSerialPort.Parity
Returns the enum constant of this type with the specified name.static QSerialPort.Parity[]
QSerialPort.Parity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.serialport that return types with arguments of type QSerialPort.ParityModifier and TypeMethodDescriptionfinal QBindable<QSerialPort.Parity>
QSerialPort.bindableParity()
The parity checking modeMethods in io.qt.serialport with parameters of type QSerialPort.Parity