Uses of Class
io.qt.bluetooth.QBluetoothLocalDevice.Pairing
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QBluetoothLocalDevice.Pairing in io.qt.bluetooth
Fields in io.qt.bluetooth with type parameters of type QBluetoothLocalDevice.Pairing Modifier and Type Field Description QObject.Signal2<QBluetoothAddress,QBluetoothLocalDevice.Pairing>
QBluetoothLocalDevice. pairingFinished
Methods in io.qt.bluetooth that return QBluetoothLocalDevice.Pairing Modifier and Type Method Description QBluetoothLocalDevice.Pairing
QBluetoothLocalDevice. pairingStatus(QBluetoothAddress address)
static QBluetoothLocalDevice.Pairing
QBluetoothLocalDevice.Pairing. resolve(int value)
Returns the corresponding enum entry for the given value.static QBluetoothLocalDevice.Pairing
QBluetoothLocalDevice.Pairing. valueOf(String name)
Returns the enum constant of this type with the specified name.static QBluetoothLocalDevice.Pairing[]
QBluetoothLocalDevice.Pairing. 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 QBluetoothLocalDevice.Pairing Modifier and Type Method Description void
QBluetoothLocalDevice. requestPairing(QBluetoothAddress address, QBluetoothLocalDevice.Pairing pairing)