共用方式為


BluetoothUuidHelper.FromShortId(UInt32) 方法

定義

從簡短識別碼傳回藍牙裝置 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

簡短識別碼。

傳回

Guid

Platform::Guid

winrt::guid

傳回 UUID。

Windows 需求

應用程式功能
bluetooth

適用於