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