GpioPinEdge
GpioPinEdge
GpioPinEdge
GpioPinEdge
Enum
Definition
Describes the possible types of change that can occur to the value of the general-purpose I/O (GPIO) pin for the GpioPin.ValueChanged event.
public : enum class GpioPinEdgepublic enum GpioPinEdgePublic Enum GpioPinEdge// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows IoT Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Devices.DevicesLowLevelContract (introduced v1)
|
Fields
| FallingEdge FallingEdge FallingEdge FallingEdge | The value of the GPIO pin changed from high to low. |
| RisingEdge RisingEdge RisingEdge RisingEdge | The value of the GPIO pin changed from low to high. |