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。

适用于