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

Data Fields

uint32_t magic
uint8_t version
uint32_t schema_id
uint16_t total_len
uint16_t header_crc
uint16_t payload_crc

Field Documentation

◆ header_crc

uint16_t meshx_cfg_header_t::header_crc

◆ magic

uint32_t meshx_cfg_header_t::magic

◆ payload_crc

uint16_t meshx_cfg_header_t::payload_crc

◆ schema_id

uint32_t meshx_cfg_header_t::schema_id

◆ total_len

uint16_t meshx_cfg_header_t::total_len

◆ version

uint8_t meshx_cfg_header_t::version

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