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 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.
Definition at line 176 of file meshx_control_task.h.
control_task_msg_code_t control_task_msg::msg_code |
Message code.
Definition at line 178 of file meshx_control_task.h.
control_task_msg_evt_t control_task_msg::msg_evt |
Message event.
Definition at line 179 of file meshx_control_task.h.
void* control_task_msg::msg_evt_params |
Pointer to message event parameters.
Definition at line 180 of file meshx_control_task.h.