|
jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
|
#include <test_datatype02.hpp>
Public Types | |
| enum | PropertySpecIdx : int { ReadIdx = 0 , WriteNoAckIdx , WriteWithAckIdx , AuthSignedWriteIdx , ReliableWriteExtIdx , NotifyIdx , IndicateIdx , AuxWriteExtIdx , BroadcastIdx } |
Public Member Functions | |
| std::string | toString () const noexcept |
Public Attributes | |
| GattCharacteristicType | characteristic |
| GattClientCharacteristicConfigSpec | clientConfig |
| jau::darray< GattCharacteristicPropertySpec > | propertySpec |
| Aggregated in PropertySpecIdx order. | |
| GattRequirementSpec | requirement |
Definition at line 139 of file test_datatype02.hpp.
| enum GattCharacteristicSpec::PropertySpecIdx : int |
| Enumerator | |
|---|---|
| ReadIdx | |
| WriteNoAckIdx | |
| WriteWithAckIdx | |
| AuthSignedWriteIdx | |
| ReliableWriteExtIdx | |
| NotifyIdx | |
| IndicateIdx | |
| AuxWriteExtIdx | |
| BroadcastIdx | |
Definition at line 143 of file test_datatype02.hpp.
|
noexcept |
Definition at line 419 of file test_datatype02.hpp.
| GattCharacteristicType GattCharacteristicSpec::characteristic |
Definition at line 140 of file test_datatype02.hpp.
| GattRequirementSpec GattCharacteristicSpec::requirement |
Definition at line 141 of file test_datatype02.hpp.
| jau::darray<GattCharacteristicPropertySpec> GattCharacteristicSpec::propertySpec |
Aggregated in PropertySpecIdx order.
Definition at line 155 of file test_datatype02.hpp.
| GattClientCharacteristicConfigSpec GattCharacteristicSpec::clientConfig |
Definition at line 157 of file test_datatype02.hpp.