BluetoothUuidHelper.FromShortId(UInt32) メソッド

定義

短い ID から bluetooth デバイス 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

適用対象