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. |