Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
Describes a recent change event of the behaviour store. More...
#include <cs_BehaviourMutation.h>
Public Types | |
enum | Mutation { NONE , REMOVE , ADD , UPDATE , CLEAR_ALL } |
Public Member Functions | |
BehaviourMutation (uint8_t index, Mutation mutation) | |
BehaviourMutation (Mutation mutation) | |
BehaviourMutation () | |
Public Attributes | |
uint8_t | _index |
Mutation | _mutation |
Describes a recent change event of the behaviour store.
See CS_TYPES::EVT_BEHAVIOURSTORE_MUTATION
|
inline |
|
inline |
|
inline |
uint8_t BehaviourMutation::_index |
Mutation BehaviourMutation::_mutation |