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