![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QLowEnergyDescriptorDataPrivate () | |
QLowEnergyDescriptorDataPrivate () | |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QBluetoothUuid | uuid |
QByteArray | value |
QBluetooth::AttAccessConstraints | readConstraints |
QBluetooth::AttAccessConstraints | writeConstraints |
bool | readable |
bool | writable |
![]() | |
QAtomicInt | ref |
Definition at line 10 of file qlowenergydescriptordata.cpp.
|
inline |
Definition at line 12 of file qlowenergydescriptordata.cpp.
|
inline |
Definition at line 12 of file qlowenergydescriptordata.cpp.
bool QLowEnergyDescriptorDataPrivate::readable |
Definition at line 18 of file qlowenergydescriptordata.cpp.
QBluetooth::AttAccessConstraints QLowEnergyDescriptorDataPrivate::readConstraints |
Definition at line 16 of file qlowenergydescriptordata.cpp.
QBluetoothUuid QLowEnergyDescriptorDataPrivate::uuid |
Definition at line 14 of file qlowenergydescriptordata.cpp.
QByteArray QLowEnergyDescriptorDataPrivate::value |
Definition at line 15 of file qlowenergydescriptordata.cpp.
bool QLowEnergyDescriptorDataPrivate::writable |
Definition at line 19 of file qlowenergydescriptordata.cpp.
QBluetooth::AttAccessConstraints QLowEnergyDescriptorDataPrivate::writeConstraints |
Definition at line 17 of file qlowenergydescriptordata.cpp.