AdcChannel 类

定义

表示单个 ADC 通道。

public ref class AdcChannel sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AdcChannel final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AdcChannel : System.IDisposable
Public NotInheritable Class AdcChannel
Implements IDisposable
继承
Object Platform::Object IInspectable AdcChannel
属性
实现

Windows 要求

设备系列
Windows IoT Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Devices.DevicesLowLevelContract (在 v1.0 中引入)

属性

Controller

获取此通道的 ADC 控制器。

方法

Close()

关闭此通道上的连接,使其可供其他人打开。

Dispose()

执行与释放或重置非托管资源关联的应用程序定义的任务。

ReadRatio()

读取值作为此控制器可能的最大值的百分比。

ReadValue()

从 ADC 读取模拟值的数字表示形式。

适用于

另请参阅