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

GPIO Event Payload (Engine -> Host, async). More...

#include <meshx_serial.h>

Data Fields

uint8_t event_type
uint8_t logical_pin
uint8_t value
uint8_t reserved
uint32_t timestamp

Detailed Description

GPIO Event Payload (Engine -> Host, async).

Field Documentation

◆ event_type

uint8_t mxsp_gpio_evt_payload_t::event_type

Event type (mxsp_gpio_evt_t)

◆ logical_pin

uint8_t mxsp_gpio_evt_payload_t::logical_pin

Logical pin number

◆ reserved

uint8_t mxsp_gpio_evt_payload_t::reserved

Reserved for alignment

◆ timestamp

uint32_t mxsp_gpio_evt_payload_t::timestamp

Event timestamp (ms since boot)

◆ value

uint8_t mxsp_gpio_evt_payload_t::value

Event value


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