다음을 통해 공유


BluetoothUuidHelper.TryGetShortId(Guid) 메서드

정의

UUID에서 짧은 Bluetooth 디바이스 ID를 가져오려고 시도합니다.

public:
 static IReference<unsigned int> ^ TryGetShortId(Platform::Guid uuid);
 static IReference<uint32_t> TryGetShortId(winrt::guid const& uuid);
public static System.Nullable<uint> TryGetShortId(Guid uuid);
function tryGetShortId(uuid)
Public Shared Function TryGetShortId (uuid As Guid) As Nullable(Of UInteger)

매개 변수

uuid
Guid

Platform::Guid

winrt::guid

UUID입니다.

반환

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

짧은 ID를 반환합니다.

Windows 요구 사항

앱 기능
bluetooth

적용 대상