MeshX 0.4
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>

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.

Field Documentation

◆ cb

control_task_msg_handle_t control_task_evt_cb_reg::cb

Callback function pointer.

◆ msg_evt_bmap

uint32_t control_task_evt_cb_reg::msg_evt_bmap

Bitmap of message events.

◆ next

struct control_task_evt_cb_reg* control_task_evt_cb_reg::next

Pointer to the next callback registration.


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