Uses of Enum
io.qt.bluetooth.QBluetoothDeviceDiscoveryAgent.DiscoveryMethod
Packages that use QBluetoothDeviceDiscoveryAgent.DiscoveryMethod
-
Uses of QBluetoothDeviceDiscoveryAgent.DiscoveryMethod in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetoothDeviceDiscoveryAgent.DiscoveryMethodModifier and TypeMethodDescriptionQBluetoothDeviceDiscoveryAgent.DiscoveryMethods.flags()
Returns an array of flag objects represented by this DiscoveryMethods.QBluetoothDeviceDiscoveryAgent.DiscoveryMethod.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QBluetoothDeviceDiscoveryAgent.DiscoveryMethod.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 QBluetoothDeviceDiscoveryAgent.DiscoveryMethodModifier and TypeMethodDescriptionQBluetoothDeviceDiscoveryAgent.DiscoveryMethod.combined
(QBluetoothDeviceDiscoveryAgent.DiscoveryMethod e) Combines this entry with other enum entry.QBluetoothDeviceDiscoveryAgent.DiscoveryMethods.combined
(QBluetoothDeviceDiscoveryAgent.DiscoveryMethod e) Combines this flags with enum entry.QBluetoothDeviceDiscoveryAgent.DiscoveryMethod.flags
(QBluetoothDeviceDiscoveryAgent.DiscoveryMethod... values) Creates a newQBluetoothDeviceDiscoveryAgent.DiscoveryMethods
from the entries.QBluetoothDeviceDiscoveryAgent.DiscoveryMethods.setFlag
(QBluetoothDeviceDiscoveryAgent.DiscoveryMethod e) Sets the flage
QBluetoothDeviceDiscoveryAgent.DiscoveryMethods.setFlag
(QBluetoothDeviceDiscoveryAgent.DiscoveryMethod e, boolean on) Sets or clears the flagflag
final void
QBluetoothDeviceDiscoveryAgent.start
(QBluetoothDeviceDiscoveryAgent.DiscoveryMethod... method) Constructors in io.qt.bluetooth with parameters of type QBluetoothDeviceDiscoveryAgent.DiscoveryMethodModifierConstructorDescriptionCreates a new DiscoveryMethods where the flags inargs
are set.