Share via


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입니다.

적용 대상