GpioPinEdge É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) pour l’événement GpioPin.ValueChanged .
public enum class GpioPinEdge
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
enum class GpioPinEdge
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
public enum GpioPinEdge
var value = Windows.Devices.Gpio.GpioPinEdge.fallingEdge
Public Enum GpioPinEdge
- Héritage
-
GpioPinEdge
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows IoT Extension SDK (introduit dans 10.0.10240.0)
|
API contract |
Windows.Devices.DevicesLowLevelContract (introduit dans v1.0)
|
Champs
FallingEdge | 0 | La valeur de la broche GPIO est passée de high à low. |
RisingEdge | 1 | La valeur de la broche GPIO est passée de faible à élevée. |