次の方法で共有


ProviderI2cConnectionSettings クラス

定義

IC 間 (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 バス・アドレスへの接続中にI2C バス ・アドレスへの他の接続をオープンできるかどうかを判別します。

SlaveAddress

統合間 (I2 C) デバイスのバス アドレスを取得または設定します。

適用対象