BluetoothDevice.FromBluetoothAddressAsync(UInt64) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
|