Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BluetoothUuidHelper.FromShortId(UInt32) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Requirements Description
App capabilities
bluetooth

Applies to


Feedback

Was this page helpful?