Compartir a través de


GattSession.FromDeviceIdAsync(BluetoothDeviceId) Método

Definición

Crea un nuevo objeto GattSession a partir del deviceId especificado.

public:
 static IAsyncOperation<GattSession ^> ^ FromDeviceIdAsync(BluetoothDeviceId ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<GattSession> FromDeviceIdAsync(BluetoothDeviceId const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<GattSession> FromDeviceIdAsync(BluetoothDeviceId deviceId);
function fromDeviceIdAsync(deviceId)
Public Shared Function FromDeviceIdAsync (deviceId As BluetoothDeviceId) As IAsyncOperation(Of GattSession)

Parámetros

deviceId
BluetoothDeviceId

DeviceId.

Devoluciones

Operación asincrónica que se completa con un nuevo objeto GattSession.

Atributos

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a