User provided settings and callbacks for the non-setup server model instance. More...
#include <light_lc_setup_server.h>
Data Fields | |
uint8_t | element_index |
Element Index. More... | |
bool | force_segmented |
If server should force outgoing messages as segmented messages. More... | |
nrf_mesh_transmic_size_t | transmic_size |
TransMIC size used by the outgoing server messages. More... | |
User provided settings and callbacks for the non-setup server model instance.
Definition at line 138 of file light_lc_setup_server.h.
uint8_t light_lc_server_settings_t::element_index |
Element Index.
Definition at line 141 of file light_lc_setup_server.h.
bool light_lc_server_settings_t::force_segmented |
If server should force outgoing messages as segmented messages.
See mesh_model_force_segmented.
Definition at line 144 of file light_lc_setup_server.h.
nrf_mesh_transmic_size_t light_lc_server_settings_t::transmic_size |
TransMIC size used by the outgoing server messages.
See nrf_mesh_transmic_size_t and mesh_model_large_mic.
Definition at line 147 of file light_lc_setup_server.h.