Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.45 KB

i2cdevice_connectionsettings.md

File metadata and controls

27 lines (19 loc) · 1.45 KB
-api-id -api-type
P:Windows.Devices.I2c.I2cDevice.ConnectionSettings
winrt property

Windows.Devices.I2c.I2cDevice.ConnectionSettings

-description

Gets the connection settings used for communication with the inter-integrated circuit (I2 C) device.

-property-value

The connection settings used for communication with the inter-integrated circuit (I2 C) device.

-remarks

If you try to change the values of the I2cConnectionSettings object that you get through this property, those changes will have no effect. You cannot change the connection settings after you create the I2cDevice object. To specify the connection settings, use the I2cConnectionSettings(Int32) constructor to create an I2cConnectionSettings object, and set the property values for that I2cConnectionSettings object before you pass it to the FromIdAsync method to create the I2cDevice object.

-examples

-see-also

I2cConnectionSettings, I2cConnectionSettings(Int32), I2cDevice.FromIdAsync

-capabilities

lowLevel