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

Result of writing a control command. More...

#include <cs_CrownstoneCentralPackets.h>

Collaboration diagram for cs_central_write_result_t:

Public Attributes

cs_ret_code_t writeRetCode
 
ResultPacketAccessor result
 

Detailed Description

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.

Member Data Documentation

◆ result

ResultPacketAccessor cs_central_write_result_t::result

◆ writeRetCode

cs_ret_code_t cs_central_write_result_t::writeRetCode

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