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_ctrl_payload Union Reference

Structure defines the payload for meshx_ctrl_payload. More...

#include <meshx_api.h>

Data Fields

struct { 
   uint16_t   net_idx 
   uint16_t   addr 
   uint8_t   device_uuid [16] 
prov_comp
struct { 
   uint8_t   reason 
prov_failed
uint32_t reserved

Detailed Description

Structure defines the payload for meshx_ctrl_payload.

Field Documentation

◆ addr

uint16_t meshx_ctrl_payload::addr

◆ device_uuid

uint8_t meshx_ctrl_payload::device_uuid[16]

◆ net_idx

uint16_t meshx_ctrl_payload::net_idx

◆ [struct]

struct { ... } meshx_ctrl_payload::prov_comp

◆ [struct]

struct { ... } meshx_ctrl_payload::prov_failed

◆ reason

uint8_t meshx_ctrl_payload::reason

◆ reserved

uint32_t meshx_ctrl_payload::reserved

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