|
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.
|
MeshX Task Structure. More...
#include <meshx_task.h>
Data Fields | |
| const char * | task_name |
| void * | arg |
| size_t | stack_size |
| int | priority |
| meshx_task_cb_t | task_cb |
| void * | __task_handle |
MeshX Task Structure.
| void* meshx_task::__task_handle |
Task Handle
| void* meshx_task::arg |
Task Argument
| int meshx_task::priority |
Task Priority
| size_t meshx_task::stack_size |
Task Stack Size
| meshx_task_cb_t meshx_task::task_cb |
Task Callback
| const char* meshx_task::task_name |
Task Name