共用方式為


IAdcControllerProvider 介面

定義

代表所有 ADC 控制器通用的屬性和方法。

public interface class IAdcControllerProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3193198632, 33133, 19941, 160, 72, 171, 160, 105, 88, 170, 168)]
struct IAdcControllerProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
[Windows.Foundation.Metadata.Guid(3193198632, 33133, 19941, 160, 72, 171, 160, 105, 88, 170, 168)]
public interface IAdcControllerProvider
Public Interface IAdcControllerProvider
屬性

Windows 需求

裝置系列
Windows IoT Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.Devices.DevicesLowLevelContract (已於 v1.0 引進)

屬性

ChannelCount

取得控制器可用的通道數目。

ChannelMode

取得或設定控制器通道模式。

MaxValue

取得控制器可以傳回的最大值。

MinValue

取得控制器可以傳回的最小值。

ResolutionInBits

取得控制器的解析度,做為其擁有的位數。

方法

AcquireChannel(Int32)

取得與指定通道的連線。

IsChannelModeSupported(ProviderAdcChannelMode)

判斷控制器是否支援指定的通道模式。

ReadValue(Int32)

取得指定通道上類比值的數位標記法。

ReleaseChannel(Int32)

釋放通道連線,開啟該通道供其他人使用。

適用於