Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 949 Bytes

i2cconnectionsettings_i2cconnectionsettings_745845612.md

File metadata and controls

24 lines (17 loc) · 949 Bytes
-api-id -api-type
M:Windows.Devices.I2c.I2cConnectionSettings.#ctor(System.Int32)
winrt method

Windows.Devices.I2c.I2cConnectionSettings.I2cConnectionSettings

-description

Creates and initializes a new instance of the I2cConnectionSettings class for inter-integrated circuit (I2 C) device with specified bus address, using the default settings of the standard mode for the bus speed and exclusive sharing mode.

-parameters

-param slaveAddress

The bus address of the inter-integrated circuit (I2 C) device to which the settings of the I2cConnectionSettings should apply. Only 7-bit addressing is supported, so the range of values that are valid is from 8 to 119.

-remarks

-examples

-see-also

SlaveAddress, I2cDevice.ConnectionSettings