BluetoothUuidHelper.FromShortId(UInt32) 方法

定义

从短 ID 返回蓝牙设备 UUID。

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

参数

shortId
UInt32

unsigned int

uint32_t

短 ID。

返回

Guid

Platform::Guid

winrt::guid

返回 UUID。

Windows 要求

应用功能
bluetooth

适用于