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

#include <cs_PacketsInternal.h>

Collaboration diagram for cs_result_t:

Public Member Functions

 cs_result_t ()
 
 cs_result_t (cs_data_t buf)
 
 cs_result_t (cs_ret_code_t returnCode)
 

Public Attributes

cs_ret_code_t returnCode = ERR_EVENT_UNHANDLED
 Return code. More...
 
cs_data_t buf
 Buffer to put the result data in (can be nullptr). More...
 
cs_buffer_size_t dataSize = 0
 Length of the data in the buffer. More...
 

Constructor & Destructor Documentation

◆ cs_result_t() [1/3]

◆ cs_result_t() [2/3]

◆ cs_result_t() [3/3]

cs_result_t::cs_result_t ( cs_ret_code_t  returnCode)
inline

Member Data Documentation

◆ buf

cs_data_t cs_result_t::buf

Buffer to put the result data in (can be nullptr).

◆ dataSize

cs_buffer_size_t cs_result_t::dataSize = 0

Length of the data in the buffer.

Should be set by the handler.

◆ returnCode

cs_ret_code_t cs_result_t::returnCode = ERR_EVENT_UNHANDLED

Return code.

Should be set by the handler.


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