Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
Result of writing a control command. More...
#include <cs_CrownstoneCentralPackets.h>
Public Attributes | |
cs_ret_code_t | writeRetCode |
ResultPacketAccessor | result |
Result of writing a control command.
writeRetCode Whether the write was successful. result The result packet that was received as reply, only set when write was successful. Check if ResultPacketAccessor is initialized before reading out fields. Check the result code to see if the command was actually executed.
ResultPacketAccessor cs_central_write_result_t::result |
cs_ret_code_t cs_central_write_result_t::writeRetCode |