Partager via


ISpiDeviceStatics.GetDeviceSelector Méthode

Définition

Surcharges

GetDeviceSelector()

Obtient tous les bus SPI trouvés sur le système.

GetDeviceSelector(String)

Obtient tous les bus SPI trouvés sur le système qui correspondent au paramètre d’entrée.

GetDeviceSelector()

Obtient tous les bus SPI trouvés sur le système.

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

Retours

String

Platform::String

winrt::hstring

Chaîne contenant tous les bus sur le système.

Attributs

Voir aussi

S’applique à

GetDeviceSelector(String)

Obtient tous les bus SPI trouvés sur le système qui correspondent au paramètre d’entrée.

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

Paramètres

friendlyName
String

Platform::String

winrt::hstring

Paramètre d’entrée spécifiant un nom d’identification pour le bus souhaité. Cela correspond généralement à un nom sur le schéma.

Retours

String

Platform::String

winrt::hstring

Chaîne contenant tous les bus qui ont l’entrée dans le nom.

Attributs

Voir aussi

S’applique à