Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
cs_const_data_t Struct Reference

Variable length data encapsulation in terms of length and pointer to data. More...

#include <cs_PacketsInternal.h>

Public Member Functions

 cs_const_data_t ()
 < Length of data. More...
 
 cs_const_data_t (const uint8_t *buf, cs_buffer_size_t size)
 

Public Attributes

const uint8_t * data = nullptr
 
cs_buffer_size_t len = 0
 < Pointer to data. More...
 

Detailed Description

Variable length data encapsulation in terms of length and pointer to data.

Constructor & Destructor Documentation

◆ cs_const_data_t() [1/2]

< Length of data.

◆ cs_const_data_t() [2/2]

cs_const_data_t::cs_const_data_t ( const uint8_t *  buf,
cs_buffer_size_t  size 
)
inline

Member Data Documentation

◆ data

const uint8_t* cs_const_data_t::data = nullptr

◆ len

cs_buffer_size_t cs_const_data_t::len = 0

< Pointer to data.


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