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