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

Structure for element composition. More...

#include <meshx.h>

Collaboration diagram for element_comp:
Collaboration graph

Data Fields

meshx_element_type_t type
 
uint16_t element_cnt
 

Detailed Description

Structure for element composition.

Definition at line 50 of file meshx.h.

Field Documentation

◆ element_cnt

uint16_t element_comp::element_cnt

Number of elements

Definition at line 53 of file meshx.h.

◆ type

meshx_element_type_t element_comp::type

Element type

Definition at line 52 of file meshx.h.


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