Uses of Enum
io.qt.bluetooth.QBluetooth.AttAccessConstraint
-
Uses of QBluetooth.AttAccessConstraint in io.qt.bluetooth
Modifier and TypeMethodDescriptionfinal QBluetooth.AttAccessConstraint []
QBluetooth.AttAccessConstraints.flags()
Returns an array of flag objects represented by this AttAccessConstraints.QBluetooth.AttAccessConstraint.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QBluetooth.AttAccessConstraint[]
QBluetooth.AttAccessConstraint.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionQBluetooth.AttAccessConstraint.cleared
(QBluetooth.AttAccessConstraint e) Excludes other enum entry from a flag of this entry.QBluetooth.AttAccessConstraint.combined
(QBluetooth.AttAccessConstraint e) Combines this entry with other enum entry.QBluetooth.AttAccessConstraints.combined
(QBluetooth.AttAccessConstraint e) Combines this flags with enum entry.QBluetooth.AttAccessConstraint.flags
(QBluetooth.AttAccessConstraint ... values) Creates a newQBluetooth.AttAccessConstraints
from the entries.QBluetooth.AttAccessConstraints.setFlag
(QBluetooth.AttAccessConstraint e) Sets the flage
QBluetooth.AttAccessConstraints.setFlag
(QBluetooth.AttAccessConstraint e, boolean on) Sets or clears the flagflag
final void
QLowEnergyCharacteristicData.setReadConstraints
(QBluetooth.AttAccessConstraint ... constraints) Overloaded function forQLowEnergyCharacteristicData.setReadConstraints(io.qt.bluetooth.QBluetooth.AttAccessConstraints)
.final void
QLowEnergyDescriptorData.setReadPermissions
(boolean readable, QBluetooth.AttAccessConstraint ... constraints) final void
QLowEnergyCharacteristicData.setWriteConstraints
(QBluetooth.AttAccessConstraint ... constraints) Overloaded function forQLowEnergyCharacteristicData.setWriteConstraints(io.qt.bluetooth.QBluetooth.AttAccessConstraints)
.final void
QLowEnergyDescriptorData.setWritePermissions
(boolean writable, QBluetooth.AttAccessConstraint ... constraints) ModifierConstructorDescriptionCreates a new AttAccessConstraints where the flags inargs
are set.