Unosquare
    Show / Hide Table of Contents

    Enum LevelChange

    Enumerates the different change states for edge detection.

    Namespace: Unosquare.PiGpio.NativeEnums
    Syntax
    public enum LevelChange

    Fields

    Name Description
    HighToLow

    Change to low (a falling edge)

    LowToHigh

    Change to high (a rising edge)

    NoChange

    No level change (a watchdog timeout)

    Comments

    Back to top Copyright © 2017-2019 Unosquare