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 |