PwmController.OpenPin(Int32) Méthode
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.
Ouvre l’épingle à utiliser.
public:
virtual PwmPin ^ OpenPin(int pinNumber) = OpenPin;
PwmPin OpenPin(int const& pinNumber);
public PwmPin OpenPin(int pinNumber);
function openPin(pinNumber)
Public Function OpenPin (pinNumber As Integer) As PwmPin
Paramètres
- pinNumber
-
Int32
int
Épingle à ouvrir.
Retours
L’épingle demandée est désormais disponible pour l’utilisation.