Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
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 |
Struct that tells where a command originated from.
|
inline |
|
inline |
bool cmd_source_t::flagExternal |
uint8_t cmd_source_t::id |
uint8_t cmd_source_t::reserved |
uint8_t cmd_source_t::type |