AdcController.OpenChannel(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 une connexion au canal ADC spécifié.
public:
virtual AdcChannel ^ OpenChannel(int channelNumber) = OpenChannel;
AdcChannel OpenChannel(int const& channelNumber);
public AdcChannel OpenChannel(int channelNumber);
function openChannel(channelNumber)
Public Function OpenChannel (channelNumber As Integer) As AdcChannel
Paramètres
- channelNumber
-
Int32
int
Canal auquel se connecter.
Retours
Canal ADC.