共用方式為


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 裝置。

適用於