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

#include <BTGattHandler.hpp>

Collaboration diagram for direct_bt::BTGattHandler::NativeGattCharListener::Section:

Public Member Functions

 Section (uint16_t s, uint16_t e)
 
std::string toString ()
 

Public Attributes

uint16_t end
 end point, exclusive More...
 
uint16_t start
 start point, inclusive More...
 

Detailed Description

Definition at line 301 of file BTGattHandler.hpp.

Constructor & Destructor Documentation

◆ Section()

direct_bt::BTGattHandler::NativeGattCharListener::Section::Section ( uint16_t  s,
uint16_t  e 
)
inline

Definition at line 307 of file BTGattHandler.hpp.

Member Function Documentation

◆ toString()

std::string direct_bt::BTGattHandler::NativeGattCharListener::Section::toString ( )
inline

Definition at line 309 of file BTGattHandler.hpp.

Member Data Documentation

◆ start

uint16_t direct_bt::BTGattHandler::NativeGattCharListener::Section::start

start point, inclusive

Definition at line 303 of file BTGattHandler.hpp.

◆ end

uint16_t direct_bt::BTGattHandler::NativeGattCharListener::Section::end

end point, exclusive

Definition at line 305 of file BTGattHandler.hpp.


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