Uses of Class
io.qt.bluetooth.QLowEnergyDescriptor
-
Uses of QLowEnergyDescriptor in io.qt.bluetooth
Modifier and TypeFieldDescriptionQLowEnergyService.descriptorRead
QLowEnergyService.descriptorWritten
Modifier and TypeMethodDescriptionfinal QLowEnergyDescriptor
QLowEnergyCharacteristic.clientCharacteristicConfiguration()
QLowEnergyDescriptor.clone()
Creates and returns a copy of this object.final QLowEnergyDescriptor
QLowEnergyCharacteristic.descriptor
(QBluetoothUuid uuid) final QLowEnergyDescriptor
QLowEnergyCharacteristic.descriptor
(QBluetoothUuid.CharacteristicType uuid) Overloaded function forQLowEnergyCharacteristic.descriptor(io.qt.bluetooth.QBluetoothUuid)
.final QLowEnergyDescriptor
QLowEnergyCharacteristic.descriptor
(QBluetoothUuid.DescriptorType uuid) Overloaded function forQLowEnergyCharacteristic.descriptor(io.qt.bluetooth.QBluetoothUuid)
.final QLowEnergyDescriptor
QLowEnergyCharacteristic.descriptor
(QBluetoothUuid.ProtocolUuid uuid) Overloaded function forQLowEnergyCharacteristic.descriptor(io.qt.bluetooth.QBluetoothUuid)
.final QLowEnergyDescriptor
QLowEnergyCharacteristic.descriptor
(QBluetoothUuid.ServiceClassUuid uuid) Overloaded function forQLowEnergyCharacteristic.descriptor(io.qt.bluetooth.QBluetoothUuid)
.final QLowEnergyDescriptor
QLowEnergyCharacteristic.descriptor
(QUuid uuid) Overloaded function forQLowEnergyCharacteristic.descriptor(io.qt.bluetooth.QBluetoothUuid)
.Modifier and TypeMethodDescriptionfinal QList<QLowEnergyDescriptor>
QLowEnergyCharacteristic.descriptors()
Modifier and TypeMethodDescriptionfinal void
QLowEnergyDescriptor.assign
(QLowEnergyDescriptor other) final boolean
QLowEnergyService.contains
(QLowEnergyDescriptor descriptor) final boolean
QLowEnergyDescriptor.equals
(QLowEnergyDescriptor b) Returns true if a is equal to b; otherwise falsefinal void
QLowEnergyService.readDescriptor
(QLowEnergyDescriptor descriptor) final void
QLowEnergyService.writeDescriptor
(QLowEnergyDescriptor descriptor, byte [] newValue) Overloaded function forQLowEnergyService.writeDescriptor(io.qt.bluetooth.QLowEnergyDescriptor, io.qt.core.QByteArray)
.final void
QLowEnergyService.writeDescriptor
(QLowEnergyDescriptor descriptor, QByteArray newValue) ModifierConstructorDescription