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

Mesh event handler context structure. More...

#include <nrf_mesh_events.h>

Data Fields

nrf_mesh_evt_handler_cb_t evt_cb
 Callback function pointer. More...
 
list_node_t node
 Node for the keeping in linked list. More...
 
bool is_removed
 Boolean to ensure list integrity. More...
 

Detailed Description

Mesh event handler context structure.

Note
This structure must be statically allocated.

Definition at line 536 of file nrf_mesh_events.h.

Field Documentation

◆ evt_cb

nrf_mesh_evt_handler_cb_t nrf_mesh_evt_handler_t::evt_cb

Callback function pointer.

Definition at line 539 of file nrf_mesh_events.h.

◆ node

list_node_t nrf_mesh_evt_handler_t::node

Node for the keeping in linked list.

Set and used internally.

Definition at line 541 of file nrf_mesh_events.h.

◆ is_removed

bool nrf_mesh_evt_handler_t::is_removed

Boolean to ensure list integrity.

Set and used internally.

Definition at line 543 of file nrf_mesh_events.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated