|
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.
|
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] |
GPIO Response Payload (Engine -> Host).
| uint8_t mxsp_gpio_rsp_payload_t::cmd |
Original command type
| uint8_t mxsp_gpio_rsp_payload_t::logical_pin |
Logical pin number
| uint8_t mxsp_gpio_rsp_payload_t::response[8] |
Response data
| uint8_t mxsp_gpio_rsp_payload_t::response_len |
Response data length
| uint8_t mxsp_gpio_rsp_payload_t::status |
Status (0 = success, error code otherwise)