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

Structure to store mesh application data. More...

#include <meshx_common.h>

Collaboration diagram for meshx_app_store:
Collaboration graph

Data Fields

uint16_t net_key_id
 
uint16_t node_addr
 

Detailed Description

Structure to store mesh application data.

Definition at line 43 of file meshx_common.h.

Field Documentation

◆ net_key_id

uint16_t meshx_app_store::net_key_id

Network key identifier

Definition at line 45 of file meshx_common.h.

◆ node_addr

uint16_t meshx_app_store::node_addr

Node address

Definition at line 46 of file meshx_common.h.


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