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