Ft232HI2c.ConnectionSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 override System.Device.I2c.I2cConnectionSettings ConnectionSettings { get; }
member this.ConnectionSettings : System.Device.I2c.I2cConnectionSettings
Public Overrides ReadOnly Property ConnectionSettings As I2cConnectionSettings