次の方法で共有


GattDeviceService.GetDeviceSelectorFromShortId(UInt16) メソッド

定義

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

重要

GetDeviceSelectorFromShortId API は非推奨であり、将来のバージョンの Windows では使用できない可能性があります。 代わりに、 GetDeviceSelectorFromUuid を使用します

public:
 static Platform::String ^ GetDeviceSelectorFromShortId(unsigned short serviceShortId);
 static winrt::hstring GetDeviceSelectorFromShortId(uint16_t const& serviceShortId);
/// [Windows.Foundation.Metadata.Deprecated("Use GetDeviceSelectorFromUuid instead of GetDeviceSelectorFromShortId.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
 static winrt::hstring GetDeviceSelectorFromShortId(uint16_t const& serviceShortId);
public static string GetDeviceSelectorFromShortId(ushort serviceShortId);
[Windows.Foundation.Metadata.Deprecated("Use GetDeviceSelectorFromUuid instead of GetDeviceSelectorFromShortId.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public static string GetDeviceSelectorFromShortId(ushort serviceShortId);
function getDeviceSelectorFromShortId(serviceShortId)
Public Shared Function GetDeviceSelectorFromShortId (serviceShortId As UShort) As String

パラメーター

serviceShortId
UInt16

unsigned short

uint16_t

16 ビット Bluetooth GATT サービス UUID。

戻り値

String

Platform::String

winrt::hstring

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

属性

Windows の要件

アプリの機能
bluetooth

適用対象