nRF5 SDK for Mesh v5.0.0
Data Fields
sensor_client_settings_t Struct Reference

User provided settings and callbacks for the model instance. More...

#include <sensor_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 See mesh_model_force_segmented. More...
 
nrf_mesh_transmic_size_t transmic_size
 TransMIC size used by the outgoing server messages. More...
 
const sensor_client_callbacks_tp_callbacks
 Callback list.
 

Detailed Description

User provided settings and callbacks for the model instance.

Definition at line 186 of file sensor_client.h.

Field Documentation

◆ timeout

uint32_t sensor_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 191 of file sensor_client.h.

◆ force_segmented

bool sensor_client_settings_t::force_segmented

If server should force outgoing messages as segmented messages See mesh_model_force_segmented.

Definition at line 194 of file sensor_client.h.

◆ transmic_size

nrf_mesh_transmic_size_t sensor_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 197 of file sensor_client.h.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated