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.
|
Structure for control task event callback registration. More...
#include <meshx_control_task.h>
Data Fields | |
uint32_t | msg_evt_bmap |
control_task_msg_handle_t | cb |
struct control_task_evt_cb_reg * | next |
Structure for control task event callback registration.
Definition at line 186 of file meshx_control_task.h.
control_task_msg_handle_t control_task_evt_cb_reg::cb |
Callback function pointer.
Definition at line 189 of file meshx_control_task.h.
uint32_t control_task_evt_cb_reg::msg_evt_bmap |
Bitmap of message events.
Definition at line 188 of file meshx_control_task.h.
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.