Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
Struct to communicate a mesh message. More...
#include <cs_PacketsInternal.h>
Public Attributes | |
cs_mesh_model_msg_type_t | type |
mesh_control_command_packet_flags_t | flags |
uint8_t | reliability = 0 |
cs_mesh_msg_urgency | urgency = CS_MESH_URGENCY_LOW |
uint8_t | idCount = 0 |
stone_id_t * | targetIds = nullptr |
size16_t | size = 0 |
uint8_t * | payload = nullptr |
Struct to communicate a mesh message.
mesh_control_command_packet_flags_t cs_mesh_msg_t::flags |
uint8_t cs_mesh_msg_t::idCount = 0 |
uint8_t* cs_mesh_msg_t::payload = nullptr |
uint8_t cs_mesh_msg_t::reliability = 0 |
size16_t cs_mesh_msg_t::size = 0 |
stone_id_t* cs_mesh_msg_t::targetIds = nullptr |
cs_mesh_msg_urgency cs_mesh_msg_t::urgency = CS_MESH_URGENCY_LOW |