次の方法で共有


GattDeviceService.GetDeviceSelectorFromUuid(Guid) メソッド

定義

Bluetooth サービス UUID から CreateWatcher メソッドで使用するための適切な AQS フィルター文字列を作成します。

public:
 static Platform::String ^ GetDeviceSelectorFromUuid(Platform::Guid serviceUuid);
 static winrt::hstring GetDeviceSelectorFromUuid(winrt::guid const& serviceUuid);
public static string GetDeviceSelectorFromUuid(Guid serviceUuid);
function getDeviceSelectorFromUuid(serviceUuid)
Public Shared Function GetDeviceSelectorFromUuid (serviceUuid As Guid) As String

パラメーター

serviceUuid
Guid

Platform::Guid

winrt::guid

標準 GUID オブジェクトとして表される 128 ビット Bluetooth GATT サービス UUID。

戻り値

String

Platform::String

winrt::hstring

GATT サービス インスタンス パスを取得するために、 CreateWatcher メソッドにパラメーターとして渡すことができる適切な AQS セレクター文字列。

Windows の要件

アプリの機能
bluetooth

適用対象