BluetoothUuidHelper.FromShortId(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从短 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。
返回
返回 UUID。
Windows 要求
应用功能 |
bluetooth
|