Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QLowEnergyDescriptorDataPrivate Struct Reference
Inheritance diagram for QLowEnergyDescriptorDataPrivate:
Collaboration diagram for QLowEnergyDescriptorDataPrivate:

Public Member Functions

 QLowEnergyDescriptorDataPrivate ()
 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() [1/2]

QLowEnergyDescriptorDataPrivate::QLowEnergyDescriptorDataPrivate ( )
inline

Definition at line 12 of file qlowenergydescriptordata.cpp.

◆ QLowEnergyDescriptorDataPrivate() [2/2]

QLowEnergyDescriptorDataPrivate::QLowEnergyDescriptorDataPrivate ( )
inline

Definition at line 12 of file qlowenergydescriptordata.cpp.

Member Data Documentation

◆ readable

bool QLowEnergyDescriptorDataPrivate::readable

Definition at line 18 of file qlowenergydescriptordata.cpp.

◆ readConstraints

QBluetooth::AttAccessConstraints QLowEnergyDescriptorDataPrivate::readConstraints

Definition at line 16 of file qlowenergydescriptordata.cpp.

◆ uuid

QBluetoothUuid QLowEnergyDescriptorDataPrivate::uuid

Definition at line 14 of file qlowenergydescriptordata.cpp.

◆ value

QByteArray QLowEnergyDescriptorDataPrivate::value

Definition at line 15 of file qlowenergydescriptordata.cpp.

◆ writable

bool QLowEnergyDescriptorDataPrivate::writable

Definition at line 19 of file qlowenergydescriptordata.cpp.

◆ writeConstraints

QBluetooth::AttAccessConstraints QLowEnergyDescriptorDataPrivate::writeConstraints

Definition at line 17 of file qlowenergydescriptordata.cpp.


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