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

MeshX Semaphore Structure. More...

#include <meshx_sem.h>

Collaboration diagram for meshx_sem:
Collaboration graph

Data Fields

const char * sem_name
 
int max_count
 
int init_count
 
void * __sem_handle
 

Detailed Description

MeshX Semaphore Structure.

Definition at line 20 of file meshx_sem.h.

Field Documentation

◆ __sem_handle

void* meshx_sem::__sem_handle

Semaphore Handle

Definition at line 27 of file meshx_sem.h.

◆ init_count

int meshx_sem::init_count

Initial Count

Definition at line 25 of file meshx_sem.h.

◆ max_count

int meshx_sem::max_count

Maximum Count

Definition at line 24 of file meshx_sem.h.

◆ sem_name

const char* meshx_sem::sem_name

Semaphore Name

Definition at line 23 of file meshx_sem.h.


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