Partager via


BluetoothDevice.FromBluetoothAddressAsync(UInt64) Méthode

Définition

Renvoie un objet BluetoothDevice pour la BluetoothAddress donnée.

public:
 static IAsyncOperation<BluetoothDevice ^> ^ FromBluetoothAddressAsync(unsigned long long address);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<BluetoothDevice> FromBluetoothAddressAsync(uint64_t const& address);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<BluetoothDevice> FromBluetoothAddressAsync(ulong address);
function fromBluetoothAddressAsync(address)
Public Shared Function FromBluetoothAddressAsync (address As ULong) As IAsyncOperation(Of BluetoothDevice)

Paramètres

address
UInt64

unsigned long long

uint64_t

Adresse de l’appareil Bluetooth.

Retours

Une fois l’opération asynchrone terminée, retourne l’objet BluetoothDevice avec l’adresse BluetoothAddress ou null donnée si l’adresse ne se résout pas en un appareil valide.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à