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

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

Detailed Description

MeshX Task Structure.

Field Documentation

◆ __task_handle

void* meshx_task::__task_handle

Task Handle

◆ arg

void* meshx_task::arg

Task Argument

◆ priority

int meshx_task::priority

Task Priority

◆ stack_size

size_t meshx_task::stack_size

Task Stack Size

◆ task_cb

meshx_task_cb_t meshx_task::task_cb

Task Callback

◆ task_name

const char* meshx_task::task_name

Task Name


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