다음을 통해 공유


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

이름에 입력된 모든 버스가 포함된 문자열입니다.

특성

추가 정보

적용 대상