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

MXSP Frame structure. More...

#include <meshx_serial.h>

Data Fields

uint8_t sof
uint8_t len
uint8_t type
uint8_t payload [255]
uint8_t checksum
uint8_t eof

Detailed Description

MXSP Frame structure.

Field Documentation

◆ checksum

uint8_t mxsp_frame_t::checksum

◆ eof

uint8_t mxsp_frame_t::eof

◆ len

uint8_t mxsp_frame_t::len

◆ payload

uint8_t mxsp_frame_t::payload[255]

◆ sof

uint8_t mxsp_frame_t::sof

◆ type

uint8_t mxsp_frame_t::type

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