Freigeben über


GattDeviceService.GetDeviceSelectorFromShortId(UInt16) Methode

Definition

Erstellt eine geeignete AQS-Filterzeichenfolge für die Verwendung mit der CreateWatcher-Methode aus einer 16-Bit-Bluetooth GATT-Dienst-UUID.

Wichtig

Die GetDeviceSelectorFromShortId-API ist veraltet und in zukünftigen Versionen von Windows möglicherweise nicht verfügbar. Verwenden Sie stattdessen 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

Parameter

serviceShortId
UInt16

unsigned short

uint16_t

Eine UUID des 16-Bit-Bluetooth-GATT-Diensts.

Gibt zurück

String

Platform::String

winrt::hstring

Eine geeignete AQS-Auswahlzeichenfolge, die als Parameter an die CreateWatcher-Methode übergeben werden kann, um einen GATT-Dienst instance Pfad abzurufen.

Attribute

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für: