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

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

#include <meshx_serial.h>

Data Fields

uint8_t cmd
uint8_t logical_pin
uint8_t status
uint8_t response_len
uint8_t response [8]

Detailed Description

GPIO Response Payload (Engine -> Host).

Field Documentation

◆ cmd

uint8_t mxsp_gpio_rsp_payload_t::cmd

Original command type

◆ logical_pin

uint8_t mxsp_gpio_rsp_payload_t::logical_pin

Logical pin number

◆ response

uint8_t mxsp_gpio_rsp_payload_t::response[8]

Response data

◆ response_len

uint8_t mxsp_gpio_rsp_payload_t::response_len

Response data length

◆ status

uint8_t mxsp_gpio_rsp_payload_t::status

Status (0 = success, error code otherwise)


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