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

#include <cs_PacketsInternal.h>

Collaboration diagram for cs_async_result_t:

Public Member Functions

 cs_async_result_t (CommandHandlerTypes type, cs_ret_code_t resultCode)
 
 cs_async_result_t (CommandHandlerTypes type, cs_ret_code_t resultCode, cs_data_t data)
 

Public Attributes

CommandHandlerTypes commandType
 
cs_ret_code_t resultCode
 
cs_data_t resultData
 

Constructor & Destructor Documentation

◆ cs_async_result_t() [1/2]

◆ cs_async_result_t() [2/2]

Member Data Documentation

◆ commandType

CommandHandlerTypes cs_async_result_t::commandType

◆ resultCode

cs_ret_code_t cs_async_result_t::resultCode

◆ resultData

cs_data_t cs_async_result_t::resultData

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