共用方式為


II2cProvider 介面

定義

代表所有 I2 C 提供者通用的動作。

public interface class II2cProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(1863518270, 48994, 20450, 169, 90, 240, 137, 153, 102, 152, 24)]
struct II2cProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 131072)]
[Windows.Foundation.Metadata.Guid(1863518270, 48994, 20450, 169, 90, 240, 137, 153, 102, 152, 24)]
public interface II2cProvider
Public Interface II2cProvider
屬性

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()

取得系統上的所有 I2 C 控制器。

適用於