Table of Contents

Struct WaitForEventResult

Namespace
System.Device.Gpio
Assembly
System.Device.Gpio.dll

Resulting object after waiting for an event to occur.

public struct WaitForEventResult
Inherited Members

Fields

EventTypes

The event types that was detected. This is especially useful when listing to both rising and falling edges, where it will indicate which kind of edge was seen.

public PinEventTypes EventTypes

Field Value

PinEventTypes

TimedOut

True if waiting for the event timed out. False if an event was triggered before the timeout expired.

public bool TimedOut

Field Value

bool