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.
Loading...
Searching...
No Matches
control_task_msg Struct Reference

Structure for control task message. More...

#include <meshx_control_task.h>

Collaboration diagram for control_task_msg:
Collaboration graph

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.

Definition at line 176 of file meshx_control_task.h.

Field Documentation

◆ msg_code

control_task_msg_code_t control_task_msg::msg_code

Message code.

Definition at line 178 of file meshx_control_task.h.

◆ msg_evt

control_task_msg_evt_t control_task_msg::msg_evt

Message event.

Definition at line 179 of file meshx_control_task.h.

◆ msg_evt_params

void* control_task_msg::msg_evt_params

Pointer to message event parameters.

Definition at line 180 of file meshx_control_task.h.


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