Compartir a través de


BluetoothUuidHelper.FromShortId(UInt32) Método

Definición

Devuelve el UUID del dispositivo Bluetooth a partir de un identificador corto.

public:
 static Platform::Guid FromShortId(unsigned int shortId);
 static winrt::guid FromShortId(uint32_t const& shortId);
public static Guid FromShortId(uint shortId);
function fromShortId(shortId)
Public Shared Function FromShortId (shortId As UInteger) As Guid

Parámetros

shortId
UInt32

unsigned int

uint32_t

Identificador breve.

Devoluciones

Guid

Platform::Guid

winrt::guid

Devuelve el UUID.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a