Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.52 KB

ii2cdevicestatics_getdeviceselector_1752695616.md

File metadata and controls

27 lines (19 loc) · 1.52 KB
-api-id -api-type
M:Windows.Devices.I2c.II2cDeviceStatics.GetDeviceSelector(System.String)
winrt method

Windows.Devices.I2c.II2cDeviceStatics.GetDeviceSelector

-description

Retrieves an Advanced Query Syntax (AQS) string for the inter-integrated circuit (I2 C) bus that has the specified friendly name. You can use this string with the DeviceInformation.FindAllAsync method to get a DeviceInformation object for that bus.

-parameters

-param friendlyName

A friendly name for the particular I2 C bus on a particular hardware platform for which you want to get the AQS string.

-returns

An AQS string for the I2 C bus that friendlyName specifies, which you can use with the DeviceInformation.FindAllAsync method to get a DeviceInformation object for that bus.

-remarks

-examples

-see-also

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