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。