Show / Hide Table of Contents

    Enum PinEventTypes

    Event types that can be triggered by the GPIO. Also used to report the received event types back.

    Namespace: System.Device.Gpio
    Assembly: System.Device.Gpio.dll
    Syntax
    [Flags]
    public enum PinEventTypes

    Fields

    Name Description
    Falling

    Triggered when a pin value goes from high to low.

    None

    None.

    Rising

    Triggered when pin value goes from low to high.

    Extension Methods

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