Share via


ProviderAdcChannelMode Enum

Definition

Determines how the pin value is represented. Implementation of specifics are decided by the provider, so differential may be fully or pseudo differential.

public enum class ProviderAdcChannelMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
enum class ProviderAdcChannelMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
public enum ProviderAdcChannelMode
var value = Windows.Devices.Adc.Provider.ProviderAdcChannelMode.singleEnded
Public Enum ProviderAdcChannelMode
Inheritance
ProviderAdcChannelMode
Attributes

Windows requirements

Device family
Windows IoT Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Devices.DevicesLowLevelContract (introduced in v1.0)

Fields

Name Value Description
SingleEnded 0

Simple value of a particular pin.

Differential 1

Difference between two pins.

Applies to