GpioEdgeEventResult Struct Reference
|
Space-ng SDK
|
sol3::gpio::GpioEdgeEventResult Struct Reference
Return value struct for GpioInputPin::waitForEdgeEvent(). More...
#include <sol3/gpio/gpio.h>
Public Attributes | |
| bool | timeout = false |
| bool | error = false |
| bool | interrupted = false |
| GpioEdge | edge = GpioEdge::RISING |
Detailed Description
Return value struct for GpioInputPin::waitForEdgeEvent().
Member Data Documentation
◆ edge
| GpioEdge sol3::gpio::GpioEdgeEventResult::edge = GpioEdge::RISING |
◆ error
| bool sol3::gpio::GpioEdgeEventResult::error = false |
◆ interrupted
| bool sol3::gpio::GpioEdgeEventResult::interrupted = false |
◆ timeout
| bool sol3::gpio::GpioEdgeEventResult::timeout = false |
The documentation for this struct was generated from the following file:
- /workspaces/astro/sol3-sdk/cpp/sol3/gpio/gpio.h
Generated by