I2cBusSpeed 列挙型

定義

IC 間 (I2 C) デバイスへの接続に使用できるバス速度について説明します。 バス速度は、デバイスにアクセスするときに I2 C バスをクロックする周波数です。

public enum class I2cBusSpeed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
enum class I2cBusSpeed
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
public enum I2cBusSpeed
var value = Windows.Devices.I2c.I2cBusSpeed.standardMode
Public Enum I2cBusSpeed
継承
I2cBusSpeed
属性

Windows の要件

デバイス ファミリ
Windows IoT Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Devices.DevicesLowLevelContract (v1.0 で導入)

フィールド

FastMode 1

400 kHz の高速速度。

StandardMode 0

標準速度は 100 キロヘルツ (kHz) です。 この速度が既定値です。

適用対象

こちらもご覧ください