Uses of Class
io.qt.bluetooth.QLowEnergyCharacteristicData
Package | Description |
---|---|
io.qt.bluetooth |
-
Uses of QLowEnergyCharacteristicData in io.qt.bluetooth
Methods in io.qt.bluetooth that return QLowEnergyCharacteristicData Modifier and Type Method Description QLowEnergyCharacteristicData
QLowEnergyCharacteristicData. clone()
Methods in io.qt.bluetooth that return types with arguments of type QLowEnergyCharacteristicData Modifier and Type Method Description QList<QLowEnergyCharacteristicData>
QLowEnergyServiceData. characteristics()
Methods in io.qt.bluetooth with parameters of type QLowEnergyCharacteristicData Modifier and Type Method Description void
QLowEnergyServiceData. addCharacteristic(QLowEnergyCharacteristicData characteristic)
void
QLowEnergyCharacteristicData. swap(QLowEnergyCharacteristicData other)
Method parameters in io.qt.bluetooth with type arguments of type QLowEnergyCharacteristicData Modifier and Type Method Description void
QLowEnergyServiceData. setCharacteristics(Collection<QLowEnergyCharacteristicData> characteristics)
Constructors in io.qt.bluetooth with parameters of type QLowEnergyCharacteristicData Constructor Description QLowEnergyCharacteristicData(QLowEnergyCharacteristicData other)