Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | Public Attributes | List of all members
direct_bt::GattClientCharacteristicConfigSpec Struct Reference

#include <GattNumbers.hpp>

Collaboration diagram for direct_bt::GattClientCharacteristicConfigSpec:

Public Member Functions

std::string toString () const noexcept
 

Public Attributes

GattCharacteristicPropertySpec read
 
GattRequirementSpec requirement
 
GattCharacteristicPropertySpec writeWithAck
 

Detailed Description

Definition at line 190 of file GattNumbers.hpp.

Member Function Documentation

◆ toString()

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

Definition at line 349 of file GATTNumbers.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ requirement

GattRequirementSpec direct_bt::GattClientCharacteristicConfigSpec::requirement

Definition at line 191 of file GattNumbers.hpp.

◆ read

GattCharacteristicPropertySpec direct_bt::GattClientCharacteristicConfigSpec::read

Definition at line 192 of file GattNumbers.hpp.

◆ writeWithAck

GattCharacteristicPropertySpec direct_bt::GattClientCharacteristicConfigSpec::writeWithAck

Definition at line 193 of file GattNumbers.hpp.


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