ProviderGpioPinEdge Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Décrit les types de modifications possibles qui peuvent se produire à la valeur de la broche d’E/S à usage général (GPIO).
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
- Héritage
-
ProviderGpioPinEdge
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows IoT Extension SDK (introduit dans 10.0.10586.0)
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0) |
API contract |
Windows.Devices.DevicesLowLevelContract (introduit dans v2.0)
|
Champs
FallingEdge | 0 | L’arête descendante, ou lorsque la valeur passe de haut à faible. |
RisingEdge | 1 | L’arête montante, ou lorsque la valeur passe de faible à élevée. |