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

User provided settings and callbacks for the Light CTL Setup Server model instance. More...

#include <light_ctl_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...
 
const light_ctl_setup_server_callbacks_tp_callbacks
 Callback list. More...
 

Detailed Description

User provided settings and callbacks for the Light CTL Setup Server model instance.

Definition at line 418 of file light_ctl_setup_server.h.

Field Documentation

◆ element_index

uint8_t light_ctl_setup_server_settings_t::element_index

Element Index.

Definition at line 421 of file light_ctl_setup_server.h.

◆ force_segmented

bool light_ctl_setup_server_settings_t::force_segmented

If server should force outgoing messages as segmented messages.

See mesh_model_force_segmented.

Definition at line 424 of file light_ctl_setup_server.h.

◆ transmic_size

nrf_mesh_transmic_size_t light_ctl_setup_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 427 of file light_ctl_setup_server.h.

◆ p_callbacks

const light_ctl_setup_server_callbacks_t* light_ctl_setup_server_settings_t::p_callbacks

Callback list.

Definition at line 430 of file light_ctl_setup_server.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated