MeshX 0.3
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
Loading...
Searching...
No Matches
control_task_evt_cb_reg Struct Reference

Structure for control task event callback registration. More...

#include <meshx_control_task.h>

Collaboration diagram for control_task_evt_cb_reg:
Collaboration graph

Data Fields

uint32_t msg_evt_bmap
 
control_task_msg_handle_t cb
 
struct control_task_evt_cb_regnext
 

Detailed Description

Structure for control task event callback registration.

Definition at line 186 of file meshx_control_task.h.

Field Documentation

◆ cb

control_task_msg_handle_t control_task_evt_cb_reg::cb

Callback function pointer.

Definition at line 189 of file meshx_control_task.h.

◆ msg_evt_bmap

uint32_t control_task_evt_cb_reg::msg_evt_bmap

Bitmap of message events.

Definition at line 188 of file meshx_control_task.h.

◆ next

struct control_task_evt_cb_reg* control_task_evt_cb_reg::next

Pointer to the next callback registration.

Definition at line 190 of file meshx_control_task.h.


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