Uses of Class
io.qt.serialport.QSerialPort.BaudRate
Package | Description |
---|---|
io.qt.serialport |
-
Uses of QSerialPort.BaudRate in io.qt.serialport
Methods in io.qt.serialport that return QSerialPort.BaudRate Modifier and Type Method Description static QSerialPort.BaudRate
QSerialPort.BaudRate. resolve(int value)
Returns the corresponding enum entry for the given value.static QSerialPort.BaudRate
QSerialPort.BaudRate. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSerialPort.BaudRate[]
QSerialPort.BaudRate. values()
Returns an array containing the constants of this enum type, in the order they are declared.