Partager via


BluetoothUuidHelper.TryGetShortId(Guid) Méthode

Définition

Tente d’obtenir l’ID d’appareil Bluetooth court à partir d’un UUID.

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)

Paramètres

uuid
Guid

Platform::Guid

winrt::guid

The UUID.

Retours

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference<unsigned int>

IReference<uint32_t>

Retourne l’ID court.

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à