Share via


BluetoothDevice.FromBluetoothAddressAsync(UInt64) Método

Definición

Devuelve un objeto BluetoothDevice para el objeto BluetoothAddress especificado.

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)

Parámetros

address
UInt64

unsigned long long

uint64_t

Dirección del dispositivo Bluetooth.

Devoluciones

Una vez completada la operación asincrónica, devuelve el objeto BluetoothDevice con el bluetoothAddress especificado o null si la dirección no se resuelve en un dispositivo válido.

Atributos

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a