Compartilhar via


BluetoothDevice.FromBluetoothAddressAsync(UInt64) Método

Definição

Retorna um objeto BluetoothDevice para o BluetoothAddress fornecido.

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

O endereço do dispositivo Bluetooth.

Retornos

Depois que a operação assíncrona for concluída, retornará o objeto BluetoothDevice com o BluetoothAddress fornecido ou nulo se o endereço não resolve a um dispositivo válido.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Aplica-se a