|
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 Semaphore Structure. More...
#include <meshx_sem.h>
Data Fields | |
| const char * | sem_name |
| int | max_count |
| int | init_count |
| void * | __sem_handle |
MeshX Semaphore Structure.
| void* meshx_sem::__sem_handle |
Semaphore Handle
| int meshx_sem::init_count |
Initial Count
| int meshx_sem::max_count |
Maximum Count
| const char* meshx_sem::sem_name |
Semaphore Name