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

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

#include <generic_onoff_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 generic_onoff_client_callbacks_tp_callbacks
 Callback list.
 

Detailed Description

User provided settings and callbacks for the model instance.

Definition at line 84 of file generic_onoff_client.h.

Field Documentation

◆ timeout

uint32_t generic_onoff_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 89 of file generic_onoff_client.h.

◆ force_segmented

bool generic_onoff_client_settings_t::force_segmented

If server should force outgoing messages as segmented messages.

See mesh_model_force_segmented.

Definition at line 92 of file generic_onoff_client.h.

◆ transmic_size

nrf_mesh_transmic_size_t generic_onoff_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 95 of file generic_onoff_client.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated