PinEventTypes Enum

Definition

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

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum PinEventTypes
[<System.Flags>]
type PinEventTypes = 
Public Enum PinEventTypes
Inheritance
PinEventTypes
Attributes

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.

Applies to