GpioSharingMode É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 modes dans lesquels vous pouvez ouvrir une broche d’E/S à usage général (GPIO). Ces modes déterminent si d’autres connexions à la broche GPIO peuvent être ouvertes pendant que vous avez ouvert l’épingle.
public enum class GpioSharingMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
enum class GpioSharingMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
public enum GpioSharingMode
var value = Windows.Devices.Gpio.GpioSharingMode.exclusive
Public Enum GpioSharingMode
- Héritage
-
GpioSharingMode
- 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
Exclusive | 0 | Ouvre la broche GPIO exclusivement, afin qu’aucune autre connexion à la broche ne puisse être ouverte. |
SharedReadOnly | 1 | Ouvre la broche GPIO en tant que partagée, afin que d’autres connexions en mode SharedReadOnly à l’épingle puissent être ouvertes. Vous pouvez uniquement effectuer des opérations qui ne modifient pas l’état de la broche GPIO en mode partagé. Les opérations que vous pouvez effectuer sur la broche GPIO en mode partagé sont les suivantes :
|