Uses of Class
io.qt.bluetooth.QLowEnergyCharacteristic
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QLowEnergyCharacteristic in io.qt.bluetooth
Fields in io.qt.bluetooth with type parameters of type QLowEnergyCharacteristic Modifier and Type Field Description QObject.Signal2<QLowEnergyCharacteristic,QByteArray>
QLowEnergyService. characteristicChanged
QObject.Signal2<QLowEnergyCharacteristic,QByteArray>
QLowEnergyService. characteristicRead
QObject.Signal2<QLowEnergyCharacteristic,QByteArray>
QLowEnergyService. characteristicWritten
Methods in io.qt.bluetooth that return QLowEnergyCharacteristic Modifier and Type Method Description QLowEnergyCharacteristic
QLowEnergyService. characteristic(QBluetoothUuid uuid)
QLowEnergyCharacteristic
QLowEnergyCharacteristic. clone()
Methods in io.qt.bluetooth that return types with arguments of type QLowEnergyCharacteristic Modifier and Type Method Description QList<QLowEnergyCharacteristic>
QLowEnergyService. characteristics()
Methods in io.qt.bluetooth with parameters of type QLowEnergyCharacteristic Modifier and Type Method Description boolean
QLowEnergyService. contains(QLowEnergyCharacteristic characteristic)
void
QLowEnergyService. readCharacteristic(QLowEnergyCharacteristic characteristic)
void
QLowEnergyService. writeCharacteristic(QLowEnergyCharacteristic characteristic, QByteArray newValue)
Overloaded function forQLowEnergyService.writeCharacteristic(io.qt.bluetooth.QLowEnergyCharacteristic, io.qt.core.QByteArray, io.qt.bluetooth.QLowEnergyService.WriteMode)
withmode = io.qt.bluetooth.QLowEnergyService.WriteMode.WriteWithResponse
.void
QLowEnergyService. writeCharacteristic(QLowEnergyCharacteristic characteristic, QByteArray newValue, QLowEnergyService.WriteMode mode)
Constructors in io.qt.bluetooth with parameters of type QLowEnergyCharacteristic Constructor Description QLowEnergyCharacteristic(QLowEnergyCharacteristic other)