Uses of Enum
io.qt.bluetooth.QLowEnergyCharacteristic.PropertyType
Packages that use QLowEnergyCharacteristic.PropertyType
-
Uses of QLowEnergyCharacteristic.PropertyType in io.qt.bluetooth
Methods in io.qt.bluetooth that return QLowEnergyCharacteristic.PropertyTypeModifier and TypeMethodDescriptionQLowEnergyCharacteristic.PropertyTypes.flags()
Returns an array of flag objects represented by this PropertyTypes.QLowEnergyCharacteristic.PropertyType.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QLowEnergyCharacteristic.PropertyType.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 QLowEnergyCharacteristic.PropertyTypeModifier and TypeMethodDescriptionQLowEnergyCharacteristic.PropertyType.cleared
(QLowEnergyCharacteristic.PropertyType e) Excludes other enum entry from a flag of this entry.QLowEnergyCharacteristic.PropertyType.combined
(QLowEnergyCharacteristic.PropertyType e) Combines this entry with other enum entry.QLowEnergyCharacteristic.PropertyTypes.combined
(QLowEnergyCharacteristic.PropertyType e) Combines this flags with enum entry.QLowEnergyCharacteristic.PropertyType.flags
(QLowEnergyCharacteristic.PropertyType ... values) Creates a newQLowEnergyCharacteristic.PropertyTypes
from the entries.QLowEnergyCharacteristic.PropertyTypes.setFlag
(QLowEnergyCharacteristic.PropertyType e) Sets the flage
QLowEnergyCharacteristic.PropertyTypes.setFlag
(QLowEnergyCharacteristic.PropertyType e, boolean on) Sets or clears the flagflag
final void
QLowEnergyCharacteristicData.setProperties
(QLowEnergyCharacteristic.PropertyType ... properties) Overloaded function forQLowEnergyCharacteristicData.setProperties(io.qt.bluetooth.QLowEnergyCharacteristic.PropertyTypes)
.Constructors in io.qt.bluetooth with parameters of type QLowEnergyCharacteristic.PropertyTypeModifierConstructorDescriptionCreates a new PropertyTypes where the flags inargs
are set.