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

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

#include <cs_CmdSource.h>

Collaboration diagram for cmd_source_with_counter_t:

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
 

Detailed Description

Struct that tells where a command originated from.

Including the command counter, which helps to figure out if a command is new or not.

Constructor & Destructor Documentation

◆ cmd_source_with_counter_t() [1/2]

◆ cmd_source_with_counter_t() [2/2]

Member Data Documentation

◆ count

uint8_t cmd_source_with_counter_t::count

◆ source

cmd_source_t cmd_source_with_counter_t::source

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