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
Returns the UUID.
Windows requirements
App capabilities |
bluetooth
|