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 通道模式。

适用于