Freigeben über


GattDescriptor.ConvertShortIdToUuid(UInt16) Methode

Definition

Konvertiert eine von der Bluetooth SIG definierte kurze ID in eine vollständige GATT-UUID.

Wichtig

Die ConvertShortIdToUuid-API ist veraltet und in zukünftigen Versionen von Windows möglicherweise nicht verfügbar. Verwenden Sie stattdessen BluetoothUuidHelper.FromShortId.

public:
 static Platform::Guid ConvertShortIdToUuid(unsigned short shortId);
 static winrt::guid ConvertShortIdToUuid(uint16_t const& shortId);
/// [Windows.Foundation.Metadata.Deprecated("Use BluetoothUuidHelper instead of ConvertShortIdToUuid.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
 static winrt::guid ConvertShortIdToUuid(uint16_t const& shortId);
public static Guid ConvertShortIdToUuid(ushort shortId);
[Windows.Foundation.Metadata.Deprecated("Use BluetoothUuidHelper instead of ConvertShortIdToUuid.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public static Guid ConvertShortIdToUuid(ushort shortId);
function convertShortIdToUuid(shortId)
Public Shared Function ConvertShortIdToUuid (shortId As UShort) As Guid

Parameter

shortId
UInt16

unsigned short

uint16_t

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

Gibt zurück

Guid

Platform::Guid

winrt::guid

Die entsprechende UUID des 128-Bit-GATT-Deskriptors, die diesen Deskriptor eindeutig identifiziert.

Attribute

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für: