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

Structure as Interface for meshx models. More...

#include <meshx_ble_mesh_cmn.h>

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.

Field Documentation

◆ el_id

uint16_t meshx_model::el_id

Element ID

◆ model_id

uint16_t meshx_model::model_id

Model ID

◆ p_model

meshx_ptr_t meshx_model::p_model

Pointer to the model structure

◆ pub_addr

uint16_t meshx_model::pub_addr

Publication address. Used by client models


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