Edit

Share via


I2cConnectionSettings(Int32, Int32) Constructor

Definition

Initializes a new instance of the I2cConnectionSettings class.

public I2cConnectionSettings (int busId, int deviceAddress);
new System.Device.I2c.I2cConnectionSettings : int * int -> System.Device.I2c.I2cConnectionSettings
Public Sub New (busId As Integer, deviceAddress As Integer)

Parameters

busId
Int32

The bus ID the I2C device is connected to.

deviceAddress
Int32

The bus address of the I2C device.

Applies to