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.
|
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.
Definition at line 31 of file meshx_task.h.
void* meshx_task::__task_handle |
Task Handle
Definition at line 40 of file meshx_task.h.
void* meshx_task::arg |
Task Argument
Definition at line 35 of file meshx_task.h.
int meshx_task::priority |
Task Priority
Definition at line 37 of file meshx_task.h.
size_t meshx_task::stack_size |
Task Stack Size
Definition at line 36 of file meshx_task.h.
meshx_task_cb_t meshx_task::task_cb |
Task Callback
Definition at line 38 of file meshx_task.h.
const char* meshx_task::task_name |
Task Name
Definition at line 34 of file meshx_task.h.