GpioChangePolarity
GpioChangePolarity
GpioChangePolarity
GpioChangePolarity
Enum
Definition
Represents the polarity of changes that are relevant to the associated action.
public : enum class GpioChangePolaritypublic enum GpioChangePolarityPublic Enum GpioChangePolarity// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Devices.DevicesLowLevelContract (introduced v3)
|
Fields
| Both Both Both Both | Transitions from both low to high and high to low should trigger the associated action. |
| Falling Falling Falling Falling | Transitions from high to low should trigger the associated action. |
| Rising Rising Rising Rising | Transitions from low to high should trigger the associated action. |