PinEventTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | None. |
Rising | 1 | Triggered when pin value goes from low to high. |
Falling | 2 | Triggered when a pin value goes from high to low. |