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

GPIO Command Payload (Host -> Engine). More...

#include <meshx_serial.h>

Data Fields

uint8_t cmd
uint8_t logical_pin
uint8_t reserved
uint8_t payload_len
uint8_t payload [8]

Detailed Description

GPIO Command Payload (Host -> Engine).

Field Documentation

◆ cmd

uint8_t mxsp_gpio_cmd_payload_t::cmd

Command type (mxsp_gpio_cmd_t)

◆ logical_pin

uint8_t mxsp_gpio_cmd_payload_t::logical_pin

Logical pin number (0-255)

◆ payload

uint8_t mxsp_gpio_cmd_payload_t::payload[8]

Command-specific payload

◆ payload_len

uint8_t mxsp_gpio_cmd_payload_t::payload_len

Payload length (0-8 bytes)

◆ reserved

uint8_t mxsp_gpio_cmd_payload_t::reserved

Reserved for alignment


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