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

Structure to store element composition functions. More...

#include <meshx_common.h>

Collaboration diagram for element_comp_table:
Collaboration graph

Data Fields

uint8_t idx
 
element_comp_fn_t element_comp_fn
 

Detailed Description

Structure to store element composition functions.

Definition at line 87 of file meshx_common.h.

Field Documentation

◆ element_comp_fn

element_comp_fn_t element_comp_table::element_comp_fn

Element composition function

Definition at line 90 of file meshx_common.h.

◆ idx

uint8_t element_comp_table::idx

Index of the element type

Definition at line 89 of file meshx_common.h.


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