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