GattSession.FromDeviceIdAsync(BluetoothDeviceId) Metodo

Definizione

Crea un nuovo oggetto GattSession dal deviceId specificato.

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)

Parametri

deviceId
BluetoothDeviceId

DeviceId.

Restituisce

Operazione asincrona che viene completata con un nuovo oggetto GattSession.

Attributi

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a