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

MeshX Task Structure. More...

#include <meshx_task.h>

Collaboration diagram for meshx_task:
Collaboration graph

Data Fields

const char * task_name
 
void * arg
 
size_t stack_size
 
int priority
 
meshx_task_cb_t task_cb
 
void * __task_handle
 

Detailed Description

MeshX Task Structure.

Definition at line 31 of file meshx_task.h.

Field Documentation

◆ __task_handle

void* meshx_task::__task_handle

Task Handle

Definition at line 40 of file meshx_task.h.

◆ arg

void* meshx_task::arg

Task Argument

Definition at line 35 of file meshx_task.h.

◆ priority

int meshx_task::priority

Task Priority

Definition at line 37 of file meshx_task.h.

◆ stack_size

size_t meshx_task::stack_size

Task Stack Size

Definition at line 36 of file meshx_task.h.

◆ task_cb

meshx_task_cb_t meshx_task::task_cb

Task Callback

Definition at line 38 of file meshx_task.h.

◆ task_name

const char* meshx_task::task_name

Task Name

Definition at line 34 of file meshx_task.h.


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