共用方式為


AdcController.IsChannelModeSupported(AdcChannelMode) 方法

定義

確認控制器支援指定的通道模式。

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。

適用於