Condividi tramite


BluetoothUuidHelper.TryGetShortId(Guid) Metodo

Definizione

Tenta di ottenere l'ID dispositivo Bluetooth breve da 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)

Parametri

uuid
Guid

Platform::Guid

winrt::guid

The UUID.

Restituisce

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference<unsigned int>

IReference<uint32_t>

Restituisce l'ID breve.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a