Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
#include <cstdint>
Go to the source code of this file.
Classes | |
struct | cmd_source_t |
Struct that tells where a command originated from. More... | |
struct | cmd_source_with_counter_t |
Struct that tells where a command originated from. More... | |
Enumerations | |
enum | cs_cmd_source_type { CS_CMD_SOURCE_TYPE_ENUM = 0 , CS_CMD_SOURCE_TYPE_BEHAVIOUR = 1 , CS_CMD_SOURCE_TYPE_BROADCAST = 3 , CS_CMD_SOURCE_TYPE_UART = 4 } |
enum | cs_cmd_source_id { CS_CMD_SOURCE_NONE = 0 , CS_CMD_SOURCE_INTERNAL = 2 , CS_CMD_SOURCE_CONNECTION = 4 , CS_CMD_SOURCE_SWITCHCRAFT = 5 , CS_CMD_SOURCE_TAP_TO_TOGLE = 6 , CS_CMD_SOURCE_MICROAPP = 7 } |
Command originates from . More... | |
enum cs_cmd_source_id |
enum cs_cmd_source_type |