User provided settings and callbacks for the model instance. More...
#include <light_ctl_client.h>
Data Fields | |
uint32_t | timeout |
Reliable message timeout in microseconds. 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... | |
const light_ctl_client_callbacks_t * | p_callbacks |
Callback list. | |
User provided settings and callbacks for the model instance.
Definition at line 121 of file light_ctl_client.h.
uint32_t light_ctl_client_settings_t::timeout |
Reliable message timeout in microseconds.
If this value is set to zero, during model initialization this value will be updated to the value specified by by MODEL_ACKNOWLEDGED_TRANSACTION_TIMEOUT.
Definition at line 126 of file light_ctl_client.h.
bool light_ctl_client_settings_t::force_segmented |
If server should force outgoing messages as segmented messages.
See mesh_model_force_segmented.
Definition at line 129 of file light_ctl_client.h.
nrf_mesh_transmic_size_t light_ctl_client_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 132 of file light_ctl_client.h.