AdcController.ChannelMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the channel mode for the ADC controller.
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
Property Value
The ADC channel mode.