SpiDevice.GetDeviceSelector 方法

定义

重载

GetDeviceSelector()

获取系统上找到的所有 SPI 总线。

GetDeviceSelector(String)

获取系统上找到的与输入参数匹配的所有 SPI 总线。

GetDeviceSelector()

获取系统上找到的所有 SPI 总线。

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

返回

String

Platform::String

winrt::hstring

包含系统上找到的所有总线的字符串。

属性

另请参阅

适用于

GetDeviceSelector(String)

获取系统上找到的与输入参数匹配的所有 SPI 总线。

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

参数

friendlyName
String

Platform::String

winrt::hstring

指定所需总线的标识名称的输入参数。 这通常对应于示意图上的名称。

返回

String

Platform::String

winrt::hstring

包含名称中包含输入的所有总线的字符串。

属性

另请参阅

适用于