WiFiDirectService.GetSelector メソッド

定義

オーバーロード

GetSelector(String)

特定のサービスの Direct Service 広告主を検索するために使用する高度なクエリ構文 (AQS) 文字列 Wi-Fi 取得します。

GetSelector(String, IBuffer)

特定のサービスの Direct Service 広告主 Wi-Fi 検索するために使用される高度なクエリ構文 (AQS) 文字列を取得します。この文字列は、広告主のサービス情報 BLOB に特定のバイト シーケンスが表示されます。

GetSelector(String)

特定のサービスの Direct Service 広告主を検索するために使用する高度なクエリ構文 (AQS) 文字列 Wi-Fi 取得します。

public:
 static Platform::String ^ GetSelector(Platform::String ^ serviceName);
/// [Windows.Foundation.Metadata.Overload("GetSelector")]
 static winrt::hstring GetSelector(winrt::hstring const& serviceName);
[Windows.Foundation.Metadata.Overload("GetSelector")]
public static string GetSelector(string serviceName);
function getSelector(serviceName)
Public Shared Function GetSelector (serviceName As String) As String

パラメーター

serviceName
String

Platform::String

winrt::hstring

見つかるサービス名。

戻り値

String

Platform::String

winrt::hstring

要求された広告主クエリの AQS 文字列。

属性

注釈

コードでは、 Windows.Devices.Enumeration 名前空間の検索メソッドと列挙メソッドで AQS 文字列を使用します。

こちらもご覧ください

適用対象

GetSelector(String, IBuffer)

特定のサービスの Direct Service 広告主 Wi-Fi 検索するために使用される高度なクエリ構文 (AQS) 文字列を取得します。この文字列は、広告主のサービス情報 BLOB に特定のバイト シーケンスが表示されます。

public:
 static Platform::String ^ GetSelector(Platform::String ^ serviceName, IBuffer ^ serviceInfoFilter);
/// [Windows.Foundation.Metadata.Overload("GetSelectorWithFilter")]
 static winrt::hstring GetSelector(winrt::hstring const& serviceName, IBuffer const& serviceInfoFilter);
[Windows.Foundation.Metadata.Overload("GetSelectorWithFilter")]
public static string GetSelector(string serviceName, IBuffer serviceInfoFilter);
function getSelector(serviceName, serviceInfoFilter)
Public Shared Function GetSelector (serviceName As String, serviceInfoFilter As IBuffer) As String

パラメーター

serviceName
String

Platform::String

winrt::hstring

見つかるサービス名。

serviceInfoFilter
IBuffer

広告主のサービス情報 BLOB で見つかる必要があるバイト シーケンス。

戻り値

String

Platform::String

winrt::hstring

要求された広告主クエリの AQS 文字列。

属性

注釈

コードでは、 Windows.Devices.Enumeration 名前空間の検索メソッドと列挙メソッドで AQS 文字列を使用します。

こちらもご覧ください

適用対象