nRF5 SDK for Mesh v1.0.1
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...
 
void * p_next
 Pointer to next handler in linked list. More...
 

Detailed Description

Mesh event handler context structure.

Note
This structure must be statically allocated.

Definition at line 327 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 330 of file nrf_mesh_events.h.

◆ p_next

void* nrf_mesh_evt_handler_t::p_next

Pointer to next handler in linked list.

Set and used internally.

Definition at line 332 of file nrf_mesh_events.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated