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... | |
Mesh event handler context structure.
Definition at line 536 of file nrf_mesh_events.h.
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.
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.
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.