Show / Hide Table of Contents

    Struct WaitForEventResult

    Resulting object after waiting for an event to occur.

    Inherited Members
    ValueType.Equals(Object)
    Object.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Namespace: System.Device.Gpio
    Assembly: System.Device.Gpio.dll
    Syntax
    public struct WaitForEventResult

    Fields

    | Improve this Doc View Source

    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.

    Declaration
    public PinEventTypes EventTypes
    Field Value
    Type Description
    PinEventTypes
    | Improve this Doc View Source

    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

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX