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

#include <cs_MeshModelPackets.h>

Public Attributes

stone_id_t id
 ID of crownstone that requests the data. More...
 
union {
   struct {
      bool   time: 1
 
      bool   trackedDevices: 1
 
      bool   behaviourSettings: 1
 
   }   bits
 
   uint32_t   bitmask
 
}; 
 

Member Data Documentation

◆ 

union { ... } cs_mesh_model_msg_sync_request_t::@42

◆ behaviourSettings

bool cs_mesh_model_msg_sync_request_t::behaviourSettings

◆ bitmask

uint32_t cs_mesh_model_msg_sync_request_t::bitmask

◆ 

struct { ... } cs_mesh_model_msg_sync_request_t::bits

◆ id

stone_id_t cs_mesh_model_msg_sync_request_t::id

ID of crownstone that requests the data.

Not really necessary, as the source address is also the crownstone id.

◆ time

bool cs_mesh_model_msg_sync_request_t::time

◆ trackedDevices

bool cs_mesh_model_msg_sync_request_t::trackedDevices

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