Uses of Class
io.qt.bluetooth.QBluetoothDeviceInfo
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothDeviceInfo in io.qt.bluetooth
Fields in io.qt.bluetooth with type parameters of type QBluetoothDeviceInfo Modifier and Type Field Description QObject.Signal1<QBluetoothDeviceInfo>
QBluetoothDeviceDiscoveryAgent. deviceDiscovered
QObject.Signal2<QBluetoothDeviceInfo,QBluetoothDeviceInfo.Fields>
QBluetoothDeviceDiscoveryAgent. deviceUpdated
Methods in io.qt.bluetooth that return QBluetoothDeviceInfo Modifier and Type Method Description QBluetoothDeviceInfo
QBluetoothDeviceInfo. clone()
QBluetoothDeviceInfo
QBluetoothServiceInfo. device()
Methods in io.qt.bluetooth that return types with arguments of type QBluetoothDeviceInfo Modifier and Type Method Description QList<QBluetoothDeviceInfo>
QBluetoothDeviceDiscoveryAgent. discoveredDevices()
Methods in io.qt.bluetooth with parameters of type QBluetoothDeviceInfo Modifier and Type Method Description static QLowEnergyController
QLowEnergyController. createCentral(QBluetoothDeviceInfo remoteDevice)
Overloaded function forQLowEnergyController.createCentral(io.qt.bluetooth.QBluetoothDeviceInfo, io.qt.core.QObject)
withparent = null
.static QLowEnergyController
QLowEnergyController. createCentral(QBluetoothDeviceInfo remoteDevice, QObject parent)
void
QBluetoothServiceInfo. setDevice(QBluetoothDeviceInfo info)
Constructors in io.qt.bluetooth with parameters of type QBluetoothDeviceInfo Constructor Description QBluetoothDeviceInfo(QBluetoothDeviceInfo other)
QLowEnergyController(QBluetoothDeviceInfo remoteDevice)
Overloaded constructor forQLowEnergyController(io.qt.bluetooth.QBluetoothDeviceInfo, io.qt.core.QObject)
withparent = null
.QLowEnergyController(QBluetoothDeviceInfo remoteDevice, QObject parent)