Partager via


GattSession.FromDeviceIdAsync(BluetoothDeviceId) Méthode

Définition

Crée un objet GattSession à partir de l’deviceId spécifié.

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)

Paramètres

deviceId
BluetoothDeviceId

DeviceId.

Retours

Opération asynchrone qui se termine avec un nouvel objet GattSession.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à