共用方式為


ProviderI2cConnectionSettings 類別

定義

代表您想要用於整合式線路 (I2 C) 裝置的連線設定。

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

Windows 需求

裝置系列
Windows IoT Extension SDK (已於 10.0.10586.0 引進)
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Devices.DevicesLowLevelContract (已於 v2.0 引進)

屬性

BusSpeed

取得或設定用於連線到內部電路 (I2 C) 裝置的匯流排速度。 匯流排速度是存取裝置時,要時鐘 I2 C 匯流排的頻率。

SharingMode

取得或設定共用模式,以用來連線到匯流排位址 (I2 C) 匯流排位址的整合式線路。 此模式會決定當您連線到 I2 C 匯流排位址時,是否可以開啟與 I2 C 匯流排位址的其他連線。

SlaveAddress

取得或設定 (I2 C) 裝置之整合式線路的匯流排位址。

適用於