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

MeshX Semaphore Structure. More...

#include <meshx_sem.h>

Data Fields

const char * sem_name
int max_count
int init_count
void * __sem_handle

Detailed Description

MeshX Semaphore Structure.

Field Documentation

◆ __sem_handle

void* meshx_sem::__sem_handle

Semaphore Handle

◆ init_count

int meshx_sem::init_count

Initial Count

◆ max_count

int meshx_sem::max_count

Maximum Count

◆ sem_name

const char* meshx_sem::sem_name

Semaphore Name


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