AdcController.IsChannelModeSupported(AdcChannelMode) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
確認控制器支援指定的通道模式。
public:
virtual bool IsChannelModeSupported(AdcChannelMode channelMode) = IsChannelModeSupported;
bool IsChannelModeSupported(AdcChannelMode const& channelMode);
public bool IsChannelModeSupported(AdcChannelMode channelMode);
function isChannelModeSupported(channelMode)
Public Function IsChannelModeSupported (channelMode As AdcChannelMode) As Boolean
參數
- channelMode
- AdcChannelMode
通道模式。
傳回
Boolean
bool
如果支援指定的通道模式,則為 True,否則為 false。