Uses of Class
io.qt.serialport.QSerialPort.DataBits
Package | Description |
---|---|
io.qt.serialport |
-
Uses of QSerialPort.DataBits in io.qt.serialport
Fields in io.qt.serialport with type parameters of type QSerialPort.DataBits Modifier and Type Field Description QObject.Signal1<QSerialPort.DataBits>
QSerialPort. dataBitsChanged
Methods in io.qt.serialport that return QSerialPort.DataBits Modifier and Type Method Description QSerialPort.DataBits
QSerialPort. dataBits()
static QSerialPort.DataBits
QSerialPort.DataBits. resolve(int value)
Returns the corresponding enum entry for the given value.static QSerialPort.DataBits
QSerialPort.DataBits. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSerialPort.DataBits[]
QSerialPort.DataBits. 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.DataBits Modifier and Type Method Description boolean
QSerialPort. setDataBits(QSerialPort.DataBits dataBits)