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

Hosted Mode GPIO Event. More...

#include <meshx_gpio_types.h>

Data Fields

uint8_t event_type
uint8_t logical_pin
uint8_t value
uint32_t timestamp

Detailed Description

Hosted Mode GPIO Event.

Structure for serializing GPIO events in hosted mode.

Field Documentation

◆ event_type

uint8_t meshx_gpio_hosted_event_t::event_type

Event type (0 = level change, 1 = interrupt)

◆ logical_pin

uint8_t meshx_gpio_hosted_event_t::logical_pin

Logical pin number

◆ timestamp

uint32_t meshx_gpio_hosted_event_t::timestamp

Event timestamp

◆ value

uint8_t meshx_gpio_hosted_event_t::value

Event value (level or interrupt type)


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