Share via


AdcController.ChannelMode 속성

정의

ADC 컨트롤러의 채널 모드를 가져오거나 설정합니다.

public:
 property AdcChannelMode ChannelMode { AdcChannelMode get(); void set(AdcChannelMode value); };
AdcChannelMode ChannelMode();

void ChannelMode(AdcChannelMode value);
public AdcChannelMode ChannelMode { get; set; }
var adcChannelMode = adcController.channelMode;
adcController.channelMode = adcChannelMode;
Public Property ChannelMode As AdcChannelMode

속성 값

ADC 채널 모드입니다.

적용 대상