GpioChangePolarity Énumération

Définition

Représente la polarité des modifications pertinentes pour l’action associée.

public enum class GpioChangePolarity
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 196608)]
enum class GpioChangePolarity
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 196608)]
public enum GpioChangePolarity
var value = Windows.Devices.Gpio.GpioChangePolarity.falling
Public Enum GpioChangePolarity
Héritage
GpioChangePolarity
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Creators Update (introduit dans 10.0.15063.0)
API contract
Windows.Devices.DevicesLowLevelContract (introduit dans v3.0)

Champs

Both 2

Les transitions de faible à élevé et élevé à faible doivent déclencher l’action associée.

Falling 0

Les transitions de haut à faible doivent déclencher l’action associée.

Rising 1

Les transitions de faible à élevé doivent déclencher l’action associée.

S’applique à