Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QLowEnergyCharacteristicDataPrivate Struct Reference
+ Inheritance diagram for QLowEnergyCharacteristicDataPrivate:
+ Collaboration diagram for QLowEnergyCharacteristicDataPrivate:

Public Member Functions

 QLowEnergyCharacteristicDataPrivate ()
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

QBluetoothUuid uuid
 
QLowEnergyCharacteristic::PropertyTypes properties
 
QList< QLowEnergyDescriptorDatadescriptors
 
QByteArray value
 
QBluetooth::AttAccessConstraints readConstraints
 
QBluetooth::AttAccessConstraints writeConstraints
 
int minimumValueLength
 
int maximumValueLength
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 18 of file qlowenergycharacteristicdata.cpp.

Constructor & Destructor Documentation

◆ QLowEnergyCharacteristicDataPrivate()

QLowEnergyCharacteristicDataPrivate::QLowEnergyCharacteristicDataPrivate ( )
inline

Definition at line 20 of file qlowenergycharacteristicdata.cpp.

Member Data Documentation

◆ descriptors

◆ maximumValueLength

int QLowEnergyCharacteristicDataPrivate::maximumValueLength

◆ minimumValueLength

int QLowEnergyCharacteristicDataPrivate::minimumValueLength

◆ properties

QLowEnergyCharacteristic::PropertyTypes QLowEnergyCharacteristicDataPrivate::properties

◆ readConstraints

QBluetooth::AttAccessConstraints QLowEnergyCharacteristicDataPrivate::readConstraints

◆ uuid

◆ value

QByteArray QLowEnergyCharacteristicDataPrivate::value

◆ writeConstraints

QBluetooth::AttAccessConstraints QLowEnergyCharacteristicDataPrivate::writeConstraints

The documentation for this struct was generated from the following file: