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_msg Struct Reference

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

Detailed Description

Structure for control task message.

Field Documentation

◆ msg_code

control_task_msg_code_t control_task_msg::msg_code

Message code.

◆ msg_evt

control_task_msg_evt_t control_task_msg::msg_evt

Message event.

◆ msg_evt_params

void* control_task_msg::msg_evt_params

Pointer to message event parameters.


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