Uses of Enum
io.qt.serialport.QSerialPort.StopBits
Packages that use QSerialPort.StopBits
-
Uses of QSerialPort.StopBits in io.qt.serialport
Fields in io.qt.serialport with type parameters of type QSerialPort.StopBitsMethods in io.qt.serialport that return QSerialPort.StopBitsModifier and TypeMethodDescriptionstatic QSerialPort.StopBits
QSerialPort.StopBits.resolve
(int value) Returns the corresponding enum entry for the given value.final QSerialPort.StopBits
QSerialPort.stopBits()
static QSerialPort.StopBits
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.StopBitsModifier and TypeMethodDescriptionfinal boolean
QSerialPort.setStopBits
(QSerialPort.StopBits stopBits)