I2cDevice.ConnectionSettings Property

Definition

The connection settings of a device on an I2C bus. The connection settings are immutable after the device is created so the object returned will be a clone of the settings object.

public abstract System.Device.I2c.I2cConnectionSettings ConnectionSettings { get; }
member this.ConnectionSettings : System.Device.I2c.I2cConnectionSettings
Public MustOverride ReadOnly Property ConnectionSettings As I2cConnectionSettings

Property Value

Applies to