Condividi tramite


II2cDeviceStatics.GetDeviceSelector Metodo

Definizione

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:
 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

Restituisce

String

Platform::String

winrt::hstring

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:
 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

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

String

Platform::String

winrt::hstring

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

Si applica a