Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
Loading...
Searching...
No Matches
service_data_hub_state_flags_t Union Reference

#include <cs_ServiceDataPackets.h>

Public Attributes

struct {
   bool   uartAlive: 1
 
   bool   uartAliveEncrypted: 1
 
   bool   uartEncryptionRequiredByStone: 1
 
   bool   uartEncryptionRequiredByHub: 1
 
   bool   hasBeenSetUp: 1
 
   bool   hasInternet: 1
 
   bool   hasError: 1
 
flags
 
uint8_t asInt
 

Member Data Documentation

◆ asInt

uint8_t service_data_hub_state_flags_t::asInt

◆ 

struct { ... } service_data_hub_state_flags_t::flags

◆ hasBeenSetUp

bool service_data_hub_state_flags_t::hasBeenSetUp

◆ hasError

bool service_data_hub_state_flags_t::hasError

◆ hasInternet

bool service_data_hub_state_flags_t::hasInternet

◆ uartAlive

bool service_data_hub_state_flags_t::uartAlive

◆ uartAliveEncrypted

bool service_data_hub_state_flags_t::uartAliveEncrypted

◆ uartEncryptionRequiredByHub

bool service_data_hub_state_flags_t::uartEncryptionRequiredByHub

◆ uartEncryptionRequiredByStone

bool service_data_hub_state_flags_t::uartEncryptionRequiredByStone

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