ProviderGpioPinEdge 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.
Describes the possible types of change that can occur to the value of the general-purpose I/O (GPIO) pin.
public enum class ProviderGpioPinEdge
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
enum class ProviderGpioPinEdge
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 131072)]
public enum ProviderGpioPinEdge
var value = Windows.Devices.Gpio.Provider.ProviderGpioPinEdge.fallingEdge
Public Enum ProviderGpioPinEdge
- Inheritance
-
ProviderGpioPinEdge
- Attributes
Windows requirements
Device family |
Windows IoT Extension SDK (introduced in 10.0.10586.0)
Windows 10 Anniversary Edition (introduced in 10.0.14393.0) |
API contract |
Windows.Devices.DevicesLowLevelContract (introduced in v2.0)
|
Fields
Name | Value | Description |
---|---|---|
FallingEdge | 0 | The falling edge, or when value goes from high to low. |
RisingEdge | 1 | The rising edge, or when value goes from low to high. |