ProviderGpioPinEdge
ProviderGpioPinEdge
ProviderGpioPinEdge
ProviderGpioPinEdge
Enum
Definition
Describes the possible types of change that can occur to the value of the general-purpose I/O (GPIO) pin.
public : enum class ProviderGpioPinEdgepublic enum ProviderGpioPinEdgePublic Enum ProviderGpioPinEdge// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows IoT Extension SDK (introduced v10.0.10586.0)
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Devices.DevicesLowLevelContract (introduced v2)
|
Fields
| FallingEdge FallingEdge FallingEdge FallingEdge | The falling edge, or when value goes from high to low. |
| RisingEdge RisingEdge RisingEdge RisingEdge | The rising edge, or when value goes from low to high. |