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
QLowEnergyDescriptorDataPrivate Struct Reference
+ Inheritance diagram for QLowEnergyDescriptorDataPrivate:
+ Collaboration diagram for QLowEnergyDescriptorDataPrivate:

Public Member Functions

 QLowEnergyDescriptorDataPrivate ()
 
- 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
 
QByteArray value
 
QBluetooth::AttAccessConstraints readConstraints
 
QBluetooth::AttAccessConstraints writeConstraints
 
bool readable
 
bool writable
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 10 of file qlowenergydescriptordata.cpp.

Constructor & Destructor Documentation

◆ QLowEnergyDescriptorDataPrivate()

QLowEnergyDescriptorDataPrivate::QLowEnergyDescriptorDataPrivate ( )
inline

Definition at line 12 of file qlowenergydescriptordata.cpp.

Member Data Documentation

◆ readable

bool QLowEnergyDescriptorDataPrivate::readable

◆ readConstraints

QBluetooth::AttAccessConstraints QLowEnergyDescriptorDataPrivate::readConstraints

◆ uuid

QBluetoothUuid QLowEnergyDescriptorDataPrivate::uuid

◆ value

QByteArray QLowEnergyDescriptorDataPrivate::value

◆ writable

bool QLowEnergyDescriptorDataPrivate::writable

◆ writeConstraints

QBluetooth::AttAccessConstraints QLowEnergyDescriptorDataPrivate::writeConstraints

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