Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
Public Member Functions | List of all members
direct_bt::AttReadByGroupTypeRsp::Element Class Reference

element := { uint16_t startHandle, uint16_t endHandle, uint8_t value[value-size] } More...

#include <ATTPDUTypes.hpp>

Collaboration diagram for direct_bt::AttReadByGroupTypeRsp::Element:

Public Member Functions

 Element (const AttReadByGroupTypeRsp &p, const jau::nsize_t idx)
 
constexpr uint16_t getEndHandle () const noexcept
 
constexpr uint16_t getStartHandle () const noexcept
 
constexpr uint8_t const * getValuePtr () const noexcept
 
constexpr jau::nsize_t getValueSize () const noexcept
 

Detailed Description

element := { uint16_t startHandle, uint16_t endHandle, uint8_t value[value-size] }

Definition at line 1639 of file ATTPDUTypes.hpp.

Constructor & Destructor Documentation

◆ Element()

direct_bt::AttReadByGroupTypeRsp::Element::Element ( const AttReadByGroupTypeRsp p,
const jau::nsize_t  idx 
)
inline

Definition at line 1644 of file ATTPDUTypes.hpp.

Member Function Documentation

◆ getStartHandle()

constexpr uint16_t direct_bt::AttReadByGroupTypeRsp::Element::getStartHandle ( ) const
inlineconstexprnoexcept

Definition at line 1647 of file ATTPDUTypes.hpp.

Here is the caller graph for this function:

◆ getEndHandle()

constexpr uint16_t direct_bt::AttReadByGroupTypeRsp::Element::getEndHandle ( ) const
inlineconstexprnoexcept

Definition at line 1649 of file ATTPDUTypes.hpp.

Here is the caller graph for this function:

◆ getValuePtr()

constexpr uint8_t const * direct_bt::AttReadByGroupTypeRsp::Element::getValuePtr ( ) const
inlineconstexprnoexcept

Definition at line 1651 of file ATTPDUTypes.hpp.

Here is the caller graph for this function:

◆ getValueSize()

constexpr jau::nsize_t direct_bt::AttReadByGroupTypeRsp::Element::getValueSize ( ) const
inlineconstexprnoexcept

Definition at line 1653 of file ATTPDUTypes.hpp.

Here is the caller graph for this function:

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