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

적용 대상