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

Structure as Interface for meshx models. More...

#include <meshx_ble_mesh_cmn.h>

Collaboration diagram for meshx_model:
Collaboration graph

Data Fields

uint16_t el_id
 
uint16_t model_id
 
uint16_t pub_addr
 
meshx_ptr_t p_model
 

Detailed Description

Structure as Interface for meshx models.

Definition at line 30 of file meshx_ble_mesh_cmn.h.

Field Documentation

◆ el_id

uint16_t meshx_model::el_id

Element ID

Definition at line 32 of file meshx_ble_mesh_cmn.h.

◆ model_id

uint16_t meshx_model::model_id

Model ID

Definition at line 33 of file meshx_ble_mesh_cmn.h.

◆ p_model

meshx_ptr_t meshx_model::p_model

Pointer to the model structure

Definition at line 35 of file meshx_ble_mesh_cmn.h.

◆ pub_addr

uint16_t meshx_model::pub_addr

Publication address

Definition at line 34 of file meshx_ble_mesh_cmn.h.


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