Bagikan melalui


GattCharacteristic.ConvertShortIdToUuid(UInt16) Metode

Definisi

Mengonversi Id pendek yang ditentukan Bluetooth SIG ke UUID GATT penuh.

Penting

CONVERTShortIdToUuid API tidak digunakan lagi, dan mungkin tidak tersedia di versi Windows yang akan datang. Sebagai gantinya, gunakan 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

UUID Layanan GATT Bluetooth 16-bit.

Mengembalikan

Guid

Platform::Guid

winrt::guid

UUID Karakteristik GATT 128-bit yang sesuai, yang secara unik mengidentifikasi karakteristik ini.

Atribut

Persyaratan Windows

Kemampuan aplikasi
bluetooth

Berlaku untuk