GattDeviceService.GetDeviceSelectorFromShortId(UInt16) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。
戻り値
GATT サービス インスタンス パスを取得するために、 CreateWatcher メソッドにパラメーターとして渡すことができる適切な AQS セレクター文字列
- 属性
Windows の要件
アプリの機能 |
bluetooth
|