Bluenet  5.7.0
Bluenet, firmware for nRF52 smart home devices
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cmd_source_t Struct Reference

Struct that tells where a command originated from. More...

#include <cs_CmdSource.h>

Public Member Functions

 cmd_source_t (cs_cmd_source_id sourceId=CS_CMD_SOURCE_NONE)
 
 cmd_source_t (cs_cmd_source_type type=CS_CMD_SOURCE_TYPE_ENUM, uint8_t sourceId=CS_CMD_SOURCE_NONE, bool viaMesh=false)
 

Public Attributes

bool flagExternal: 1
 
uint8_t reserved: 4
 
uint8_t type: 3
 
uint8_t id: 8
 

Detailed Description

Struct that tells where a command originated from.

Constructor & Destructor Documentation

◆ cmd_source_t() [1/2]

◆ cmd_source_t() [2/2]

cmd_source_t::cmd_source_t ( cs_cmd_source_type  type = CS_CMD_SOURCE_TYPE_ENUM,
uint8_t  sourceId = CS_CMD_SOURCE_NONE,
bool  viaMesh = false 
)
inline

Member Data Documentation

◆ flagExternal

bool cmd_source_t::flagExternal

◆ id

uint8_t cmd_source_t::id

◆ reserved

uint8_t cmd_source_t::reserved

◆ type


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