Freigeben über


GattSession.FromDeviceIdAsync(BluetoothDeviceId) Methode

Definition

Erstellt ein neues GattSession-Objekt aus der angegebenen deviceId.

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)

Parameter

deviceId
BluetoothDeviceId

Die deviceId.

Gibt zurück

Ein asynchroner Vorgang, der mit einem neuen GattSession-Objekt abgeschlossen wird.

Attribute

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für: