次の方法で共有


AdcChannel クラス

定義

1 つの 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 からアナログ値のデジタル表現を読み取ります。

適用対象

こちらもご覧ください