Struct WaitForEventResult
Resulting object after waiting for an event to occur.
Inherited Members
Namespace: System.Device.Gpio
Assembly: System.Device.Gpio.dll
Syntax
public struct WaitForEventResult
Fields
| Improve this Doc View SourceEventTypes
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.
Declaration
public PinEventTypes EventTypes
Field Value
Type | Description |
---|---|
PinEventTypes |
TimedOut
True if waiting for the event timed out. False if an event was triggered before the timeout expired.
Declaration
public bool TimedOut
Field Value
Type | Description |
---|---|
Boolean |