Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <cs_PacketsInternal.h>
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... | |
|
inline |
|
inline |
|
inline |
cs_data_t cs_result_t::buf |
Buffer to put the result data in (can be nullptr).
cs_buffer_size_t cs_result_t::dataSize = 0 |
Length of the data in the buffer.
Should be set by the handler.
cs_ret_code_t cs_result_t::returnCode = ERR_EVENT_UNHANDLED |
Return code.
Should be set by the handler.