Uses of Class
io.qt.bluetooth.QBluetoothDeviceDiscoveryAgent.DiscoveryMethod
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothDeviceDiscoveryAgent.DiscoveryMethod in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetoothDeviceDiscoveryAgent.DiscoveryMethod Modifier and Type Method Description QBluetoothDeviceDiscoveryAgent.DiscoveryMethod[]
QBluetoothDeviceDiscoveryAgent.DiscoveryMethods. flags()
Returns an array of flag objects represented by this DiscoveryMethods.static QBluetoothDeviceDiscoveryAgent.DiscoveryMethod
QBluetoothDeviceDiscoveryAgent.DiscoveryMethod. resolve(int value)
Returns the corresponding enum entry for the given value.static QBluetoothDeviceDiscoveryAgent.DiscoveryMethod
QBluetoothDeviceDiscoveryAgent.DiscoveryMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetoothDeviceDiscoveryAgent.DiscoveryMethod[]
QBluetoothDeviceDiscoveryAgent.DiscoveryMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.bluetooth with parameters of type QBluetoothDeviceDiscoveryAgent.DiscoveryMethod Constructor Description DiscoveryMethods(QBluetoothDeviceDiscoveryAgent.DiscoveryMethod... args)
Creates a new DiscoveryMethods where the flags inargs
are set.