Uses of Class
io.qt.serialport.QSerialPort.Parity
Package | Description |
---|---|
io.qt.serialport |
-
Uses of QSerialPort.Parity in io.qt.serialport
Fields in io.qt.serialport with type parameters of type QSerialPort.Parity Modifier and Type Field Description QObject.Signal1<QSerialPort.Parity>
QSerialPort. parityChanged
Methods in io.qt.serialport that return QSerialPort.Parity Modifier and Type Method Description QSerialPort.Parity
QSerialPort. parity()
static QSerialPort.Parity
QSerialPort.Parity. resolve(int value)
Returns the corresponding enum entry for the given value.static QSerialPort.Parity
QSerialPort.Parity. valueOf(String name)
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 with parameters of type QSerialPort.Parity Modifier and Type Method Description boolean
QSerialPort. setParity(QSerialPort.Parity parity)