Table of Contents

Enum PinEventTypes

Namespace
System.Device.Gpio
Assembly
System.Device.Gpio.dll

Event types that can be triggered by the GPIO. Also used to report the received event types back.

[Flags]
public enum PinEventTypes

Fields

Falling = 2

Triggered when a pin value goes from high to low.

None = 0

None.

Rising = 1

Triggered when pin value goes from low to high.