User provided settings and callbacks for the model instance. More...
#include <scene_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 scene_client_callbacks_t * | p_callbacks |
Callback list. | |
User provided settings and callbacks for the model instance.
Definition at line 97 of file scene_client.h.
uint32_t scene_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 102 of file scene_client.h.
bool scene_client_settings_t::force_segmented |
If server should force outgoing messages as segmented messages.
See mesh_model_force_segmented.
Definition at line 105 of file scene_client.h.
nrf_mesh_transmic_size_t scene_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 108 of file scene_client.h.