Enum PinEventTypes
Event types that can be triggered by the GPIO. Also used to report the received event types back.
[Flags]
public enum PinEventTypes
Fields
Falling = 2Triggered when a pin value goes from high to low.
None = 0None.
Rising = 1Triggered when pin value goes from low to high.