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