|
Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <cs_PacketsInternal.h>

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 |
|
inline |
|
inline |
| CommandHandlerTypes cs_async_result_t::commandType |
| cs_ret_code_t cs_async_result_t::resultCode |
| cs_data_t cs_async_result_t::resultData |