I2cDevice.GetDeviceSelector Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetDeviceSelector() |
Recupera una stringa AQS (Advanced Query Syntax) per tutti i controller bus interintegrati (I2 C) nel sistema. Puoi usare questa stringa con il metodo DeviceInformation.FindAllAsync per ottenere gli oggetti DeviceInformation per tali controller del bus. |
GetDeviceSelector(String) |
Recupera una stringa AQS (Advanced Query Syntax) per il bus di circuito interintegrato (I2 C) con il nome descrittivo specificato. Puoi usare questa stringa con il metodo DeviceInformation.FindAllAsync per ottenere un oggetto DeviceInformation per tale bus. |
GetDeviceSelector()
Recupera una stringa AQS (Advanced Query Syntax) per tutti i controller bus interintegrati (I2 C) nel sistema. Puoi usare questa stringa con il metodo DeviceInformation.FindAllAsync per ottenere gli oggetti DeviceInformation per tali controller del bus.
public:
static Platform::String ^ GetDeviceSelector();
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
static winrt::hstring GetDeviceSelector();
[Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String
Restituisce
Stringa AQS per tutti i controller bus I2 C nel sistema, che puoi usare con il metodo DeviceInformation.FindAllAsync per ottenere gli oggetti DeviceInformation per tali controller del bus.
- Attributi
Vedi anche
Si applica a
GetDeviceSelector(String)
Recupera una stringa AQS (Advanced Query Syntax) per il bus di circuito interintegrato (I2 C) con il nome descrittivo specificato. Puoi usare questa stringa con il metodo DeviceInformation.FindAllAsync per ottenere un oggetto DeviceInformation per tale bus.
public:
static Platform::String ^ GetDeviceSelector(Platform::String ^ friendlyName);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromFriendlyName")]
static winrt::hstring GetDeviceSelector(winrt::hstring const& friendlyName);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromFriendlyName")]
public static string GetDeviceSelector(string friendlyName);
function getDeviceSelector(friendlyName)
Public Shared Function GetDeviceSelector (friendlyName As String) As String
Parametri
- friendlyName
-
String
Platform::String
winrt::hstring
Un nome descrittivo per il particolare bus I2 C su una particolare piattaforma hardware per cui si vuole ottenere la stringa AQS.
Restituisce
Stringa AQS per il bus I2 C specificato da friendlyName , che puoi usare con il metodo DeviceInformation.FindAllAsync per ottenere un oggetto DeviceInformation per tale bus.
- Attributi
Vedi anche
- GetDeviceSelector()
- FindAllAsync(String)
- FromIdAsync(String, I2cConnectionSettings)
- GetDeviceSelector(String)