I2cController クラス

定義

システムの I2 C コントローラーを表します。

public ref class I2cController sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class I2cController final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class I2cController
Public NotInheritable Class I2cController
継承
Object Platform::Object IInspectable I2cController
属性

Windows の要件

デバイス ファミリ
Windows IoT Extension SDK (10.0.10586.0 で導入)
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Devices.DevicesLowLevelContract (v2.0 で導入)

メソッド

GetControllersAsync(II2cProvider)

システム上にあるすべての I2 C コントローラーを取得します。

GetDefaultAsync()

システム上の既定の I2 C コントローラーを取得します。

GetDevice(I2cConnectionSettings)

指定した設定の I2 C デバイスを取得します。

適用対象