ProviderI2cBusSpeed Enum

Definition

Describes the bus speeds that are available for connecting to an inter-integrated circuit (I2 C) device. The bus speed is the frequency at which to clock the I2 C bus when accessing the device.

public enum class ProviderI2cBusSpeed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
enum class ProviderI2cBusSpeed
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 131072)]
public enum ProviderI2cBusSpeed
var value = Windows.Devices.I2c.Provider.ProviderI2cBusSpeed.standardMode
Public Enum ProviderI2cBusSpeed
Inheritance
ProviderI2cBusSpeed
Attributes

Windows requirements

Device family
Windows IoT Extension SDK (introduced in 10.0.10586.0)
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Devices.DevicesLowLevelContract (introduced in v2.0)

Fields

FastMode 1

A fast speed of 400 kHz.

StandardMode 0

The standard speed of 100 kilohertz (kHz). This speed is the default.

Applies to