Uses of Class
io.qt.bluetooth.QLowEnergyDescriptor
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QLowEnergyDescriptor in io.qt.bluetooth
Fields in io.qt.bluetooth with type parameters of type QLowEnergyDescriptor Modifier and Type Field Description QObject.Signal2<QLowEnergyDescriptor,QByteArray>
QLowEnergyService. descriptorRead
QObject.Signal2<QLowEnergyDescriptor,QByteArray>
QLowEnergyService. descriptorWritten
Methods in io.qt.bluetooth that return QLowEnergyDescriptor Modifier and Type Method Description QLowEnergyDescriptor
QLowEnergyDescriptor. clone()
QLowEnergyDescriptor
QLowEnergyCharacteristic. descriptor(QBluetoothUuid uuid)
Methods in io.qt.bluetooth that return types with arguments of type QLowEnergyDescriptor Modifier and Type Method Description QList<QLowEnergyDescriptor>
QLowEnergyCharacteristic. descriptors()
Methods in io.qt.bluetooth with parameters of type QLowEnergyDescriptor Modifier and Type Method Description boolean
QLowEnergyService. contains(QLowEnergyDescriptor descriptor)
void
QLowEnergyService. readDescriptor(QLowEnergyDescriptor descriptor)
void
QLowEnergyService. writeDescriptor(QLowEnergyDescriptor descriptor, QByteArray newValue)
Constructors in io.qt.bluetooth with parameters of type QLowEnergyDescriptor Constructor Description QLowEnergyDescriptor(QLowEnergyDescriptor other)