GpioChangeCounter.IsStarted Propriété
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.
Obtient si le comptage des modifications de broche est actuellement actif.
public:
property bool IsStarted { bool get(); };
bool IsStarted();
public bool IsStarted { get; }
var boolean = gpioChangeCounter.isStarted;
Public ReadOnly Property IsStarted As Boolean
Valeur de propriété
Boolean
bool
Remarques
Retourne TRUE si le comptage des modifications de broche est actif, et FALSE dans le cas contraire.