jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
GattCharacteristicSpec Struct Reference

#include <test_datatype02.hpp>

Collaboration diagram for GattCharacteristicSpec:

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< GattCharacteristicPropertySpecpropertySpec
 Aggregated in PropertySpecIdx order.
 
GattRequirementSpec requirement
 

Detailed Description

Definition at line 139 of file test_datatype02.hpp.

Member Enumeration Documentation

◆ PropertySpecIdx

Enumerator
ReadIdx 
WriteNoAckIdx 
WriteWithAckIdx 
AuthSignedWriteIdx 
ReliableWriteExtIdx 
NotifyIdx 
IndicateIdx 
AuxWriteExtIdx 
BroadcastIdx 

Definition at line 143 of file test_datatype02.hpp.

Member Function Documentation

◆ toString()

std::string GattCharacteristicSpec::toString ( ) const
noexcept

Definition at line 419 of file test_datatype02.hpp.

Member Data Documentation

◆ characteristic

GattCharacteristicType GattCharacteristicSpec::characteristic

Definition at line 140 of file test_datatype02.hpp.

◆ requirement

GattRequirementSpec GattCharacteristicSpec::requirement

Definition at line 141 of file test_datatype02.hpp.

◆ propertySpec

jau::darray<GattCharacteristicPropertySpec> GattCharacteristicSpec::propertySpec

Aggregated in PropertySpecIdx order.

Definition at line 155 of file test_datatype02.hpp.

◆ clientConfig

GattClientCharacteristicConfigSpec GattCharacteristicSpec::clientConfig

Definition at line 157 of file test_datatype02.hpp.


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