Uses of Class
io.qt.bluetooth.QLowEnergyService.ServiceType
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QLowEnergyService.ServiceType in io.qt.bluetooth
Methods in io.qt.bluetooth that return QLowEnergyService.ServiceType Modifier and Type Method Description QLowEnergyService.ServiceType[]
QLowEnergyService.ServiceTypes. flags()
Returns an array of flag objects represented by this ServiceTypes.static QLowEnergyService.ServiceType
QLowEnergyService.ServiceType. resolve(int value)
Returns the corresponding enum entry for the given value.static QLowEnergyService.ServiceType
QLowEnergyService.ServiceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QLowEnergyService.ServiceType[]
QLowEnergyService.ServiceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.bluetooth with parameters of type QLowEnergyService.ServiceType Modifier and Type Method Description QLowEnergyService.ServiceTypes
QLowEnergyService.ServiceType. combined(QLowEnergyService.ServiceType e)
Combines this entry with other enum entry.QLowEnergyService.ServiceTypes
QLowEnergyService.ServiceTypes. combined(QLowEnergyService.ServiceType e)
Combines this flags with enum entry.static QLowEnergyService.ServiceTypes
QLowEnergyService.ServiceType. flags(QLowEnergyService.ServiceType... values)
Creates a newQLowEnergyService.ServiceTypes
from the entries.QLowEnergyService.ServiceTypes
QLowEnergyService.ServiceTypes. setFlag(QLowEnergyService.ServiceType e)
Sets the flage
QLowEnergyService.ServiceTypes
QLowEnergyService.ServiceTypes. setFlag(QLowEnergyService.ServiceType e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.bluetooth with parameters of type QLowEnergyService.ServiceType Constructor Description ServiceTypes(QLowEnergyService.ServiceType... args)
Creates a new ServiceTypes where the flags inargs
are set.