Partager via


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

Retours

String

Platform::String

winrt::hstring

Chaîne contenant tous les bus trouvés 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:
 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

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 à