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 设备。

适用于