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