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_with_counter_t (cmd_source_t source=CS_CMD_SOURCE_NONE) | |
cmd_source_with_counter_t (cmd_source_t source, uint8_t count) | |
Public Attributes | |
cmd_source_t | source |
uint8_t | count |
Struct that tells where a command originated from.
Including the command counter, which helps to figure out if a command is new or not.
|
inline |
|
inline |
uint8_t cmd_source_with_counter_t::count |
cmd_source_t cmd_source_with_counter_t::source |