BluetoothUuidHelper.FromShortId(UInt32) Method

Definition

Returns the bluetooth device UUID from a short ID.

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

Parameters

shortId
UInt32

unsigned int

uint32_t

The short ID.

Returns

Guid

Platform::Guid

winrt::guid

Returns the UUID.

Windows requirements

App capabilities
bluetooth

Applies to