IAdcControllerProvider.IsChannelModeSupported(ProviderAdcChannelMode) 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.
Détermine si le mode de canal spécifié est pris en charge par le contrôleur.
public:
bool IsChannelModeSupported(ProviderAdcChannelMode channelMode);
bool IsChannelModeSupported(ProviderAdcChannelMode const& channelMode);
public bool IsChannelModeSupported(ProviderAdcChannelMode channelMode);
function isChannelModeSupported(channelMode)
Public Function IsChannelModeSupported (channelMode As ProviderAdcChannelMode) As Boolean
Paramètres
- channelMode
- ProviderAdcChannelMode
Mode de canal en question.
Retours
Boolean
bool
True si le mode de canal spécifié est pris en charge, sinon false.