-api-id | -api-type |
---|---|
P:Windows.Devices.I2c.I2cDevice.ConnectionSettings |
winrt property |
Gets the connection settings used for communication with the inter-integrated circuit (I2 C) device.
The connection settings used for communication with the inter-integrated circuit (I2 C) device.
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.
I2cConnectionSettings, I2cConnectionSettings(Int32), I2cDevice.FromIdAsync
lowLevel