Uses of Enum
io.qt.bluetooth.QLowEnergyService.ServiceType
Packages that use QLowEnergyService.ServiceType
-
Uses of QLowEnergyService.ServiceType in io.qt.bluetooth
Methods in io.qt.bluetooth that return QLowEnergyService.ServiceTypeModifier and TypeMethodDescriptionfinal QLowEnergyService.ServiceType[]
QLowEnergyService.ServiceTypes.flags()
Returns an array of flag objects represented by this ServiceTypes.QLowEnergyService.ServiceType.resolve
(int value) Returns the corresponding enum entry for the given value.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.ServiceTypeModifier and TypeMethodDescriptionQLowEnergyService.ServiceType.combined
(QLowEnergyService.ServiceType e) Combines this entry with other enum entry.QLowEnergyService.ServiceTypes.combined
(QLowEnergyService.ServiceType e) Combines this flags with enum entry.QLowEnergyService.ServiceType.flags
(QLowEnergyService.ServiceType... values) Creates a newQLowEnergyService.ServiceTypes
from the entries.QLowEnergyService.ServiceTypes.setFlag
(QLowEnergyService.ServiceType e) Sets the flage
QLowEnergyService.ServiceTypes.setFlag
(QLowEnergyService.ServiceType e, boolean on) Sets or clears the flagflag
Constructors in io.qt.bluetooth with parameters of type QLowEnergyService.ServiceTypeModifierConstructorDescriptionCreates a new ServiceTypes where the flags inargs
are set.