Internal structure to hold state information. More...
#include <light_ctl_setup_server.h>
Data Fields | |
uint8_t | handle |
Flash handle - only used by flash system. More... | |
bool | initialized |
To keep track if values has been loaded from flash or not. More... | |
Internal structure to hold state information.
Definition at line 434 of file light_ctl_setup_server.h.
uint8_t light_ctl_state_t::handle |
Flash handle - only used by flash system.
Definition at line 437 of file light_ctl_setup_server.h.
bool light_ctl_state_t::initialized |
To keep track if values has been loaded from flash or not.
Definition at line 439 of file light_ctl_setup_server.h.