Freigeben über


BluetoothUuidHelper.TryGetShortId(Guid) Methode

Definition

Versucht, die kurze Bluetooth-Geräte-ID von einer UUID abzurufen.

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)

Parameter

uuid
Guid

Platform::Guid

winrt::guid

Die UUID.

Gibt zurück

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference<unsigned int>

IReference<uint32_t>

Gibt die kurze ID zurück.

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für: