|
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.
|
Structure for control task message. More...
#include <meshx_control_task.h>
Data Fields | |
| control_task_msg_code_t | msg_code |
| control_task_msg_evt_t | msg_evt |
| void * | msg_evt_params |
Structure for control task message.
| control_task_msg_code_t control_task_msg::msg_code |
Message code.
| control_task_msg_evt_t control_task_msg::msg_evt |
Message event.
| void* control_task_msg::msg_evt_params |
Pointer to message event parameters.