Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.25 KB

i2cdevice_getdeviceselector_838466080.md

File metadata and controls

23 lines (16 loc) · 1.25 KB
-api-id -api-type
M:Windows.Devices.I2c.I2cDevice.GetDeviceSelector
winrt method

Windows.Devices.I2c.I2cDevice.GetDeviceSelector

-description

Retrieves an Advanced Query Syntax (AQS) string for all of the inter-integrated circuit (I2 C) bus controllers on the system. You can use this string with the DeviceInformation.FindAllAsync method to get DeviceInformation objects for those bus controllers.

-returns

An AQS string for all of the I2 C bus controllers on the system, which you can use with the DeviceInformation.FindAllAsync method to get DeviceInformation objects for those bus controllers.

-remarks

-examples

-see-also

GetDeviceSelector(String), DeviceInformation.FindAllAsync, II2cDeviceStatics.GetDeviceSelector()