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 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.
Definition at line 20 of file meshx_sem.h.
void* meshx_sem::__sem_handle |
Semaphore Handle
Definition at line 27 of file meshx_sem.h.
int meshx_sem::init_count |
Initial Count
Definition at line 25 of file meshx_sem.h.
int meshx_sem::max_count |
Maximum Count
Definition at line 24 of file meshx_sem.h.
const char* meshx_sem::sem_name |
Semaphore Name
Definition at line 23 of file meshx_sem.h.