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

#include <meshx_common.h>

Collaboration diagram for meshx_model_interface:
Collaboration graph

Data Fields

meshx_ptr_t meshx_sig
 
meshx_ptr_t meshx_pub
 
meshx_ptr_t meshx_gen
 

Detailed Description

Definition at line 65 of file meshx_common.h.

Field Documentation

◆ meshx_gen

meshx_ptr_t meshx_model_interface::meshx_gen

generic structures

Definition at line 69 of file meshx_common.h.

◆ meshx_pub

meshx_ptr_t meshx_model_interface::meshx_pub

publication structures

Definition at line 68 of file meshx_common.h.

◆ meshx_sig

meshx_ptr_t meshx_model_interface::meshx_sig

SIG model pointer

Definition at line 67 of file meshx_common.h.


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