Unosquare
    Show / Hide Table of Contents

    Enum PinDirection

    Enumerates the IO directions. This enumeration is compatible with the PinMode enum.

    Namespace: Unosquare.PiGpio.NativeEnums
    Syntax
    public enum PinDirection

    Fields

    Name Description
    Alternative

    The pin is operating in an alternative mode.

    Input

    The input operating mode

    Output

    The output operating mode

    Comments

    Back to top Copyright © 2017-2019 Unosquare