I2cConnectionSettings Class

Definition

The connection settings of a device on an I2C bus.

public sealed class I2cConnectionSettings
type I2cConnectionSettings = class
Public NotInheritable Class I2cConnectionSettings
Inheritance
I2cConnectionSettings

Constructors

I2cConnectionSettings(Int32, Int32)

Initializes a new instance of the I2cConnectionSettings class.

Properties

BusId

The bus ID the I2C device is connected to.

DeviceAddress

The bus address of the I2C device.

Applies to