II2cDeviceStatics.GetDeviceSelector 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetDeviceSelector() |
擷取系統上所有整合式線路 (I2 C) 匯流排控制器的進階查詢語法 (AQS) 字串。 您可以使用此字串搭配 DeviceInformation.FindAllAsync 方法來取得這些匯流排控制器的 DeviceInformation 物件。 |
GetDeviceSelector(String) |
擷取具有指定易記名稱之整合式線路 (I2 C) 匯流排的 AQS) 字串的進階查詢 (語法。 您可以使用此字串搭配 DeviceInformation.FindAllAsync 方法來取得該匯流排的 DeviceInformation 物件。 |
GetDeviceSelector()
擷取系統上所有整合式線路 (I2 C) 匯流排控制器的進階查詢語法 (AQS) 字串。 您可以使用此字串搭配 DeviceInformation.FindAllAsync 方法來取得這些匯流排控制器的 DeviceInformation 物件。
public:
Platform::String ^ GetDeviceSelector();
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
winrt::hstring GetDeviceSelector();
[Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
public string GetDeviceSelector();
function getDeviceSelector()
Public Function GetDeviceSelector () As String
傳回
系統上所有 I2 C 匯流排控制器的 AQS 字串,您可以搭配 DeviceInformation.FindAllAsync 方法來取得這些匯流排控制器的 DeviceInformation 物件。
- 屬性
另請參閱
適用於
GetDeviceSelector(String)
擷取具有指定易記名稱之整合式線路 (I2 C) 匯流排的 AQS) 字串的進階查詢 (語法。 您可以使用此字串搭配 DeviceInformation.FindAllAsync 方法來取得該匯流排的 DeviceInformation 物件。
public:
Platform::String ^ GetDeviceSelector(Platform::String ^ friendlyName);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromFriendlyName")]
winrt::hstring GetDeviceSelector(winrt::hstring const& friendlyName);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromFriendlyName")]
public string GetDeviceSelector(string friendlyName);
function getDeviceSelector(friendlyName)
Public Function GetDeviceSelector (friendlyName As String) As String
參數
- friendlyName
-
String
Platform::String
winrt::hstring
您想要取得 AQS 字串的特定硬體平臺上特定 I2 C 匯流排的易記名稱。
傳回
FriendlyName所指定 I2 C 匯流排的 AQS 字串,您可以搭配DeviceInformation.FindAllAsync方法來取得該匯流排的DeviceInformation物件。
- 屬性
另請參閱
- GetDeviceSelector()
- FindAllAsync(String)
- FromIdAsync(String, I2cConnectionSettings)
- GetDeviceSelector(String)