GattSession.FromDeviceIdAsync(BluetoothDeviceId) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|