Freigeben über


GattDeviceService.Device Eigenschaft

Definition

Ruft das BluetoothLEDevice-Objekt ab , das das Dem aktuellen GattDeviceService-Objekt zugeordnete Gerät beschreibt.

Wichtig

Die Geräte-API ist veraltet und in zukünftigen Versionen von Windows möglicherweise nicht verfügbar. Verwenden Sie stattdessen Session.

public:
 property BluetoothLEDevice ^ Device { BluetoothLEDevice ^ get(); };
BluetoothLEDevice Device();
/// [get: Windows.Foundation.Metadata.Deprecated("Use Session instead of Device property.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
BluetoothLEDevice Device();
public BluetoothLEDevice Device { get; }
public BluetoothLEDevice Device { [Windows.Foundation.Metadata.Deprecated("Use Session instead of Device property.  For more information, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var bluetoothLEDevice = gattDeviceService.device;
Public ReadOnly Property Device As BluetoothLEDevice

Eigenschaftswert

Das BluetoothLEDevice-Objekt, das das Gerät beschreibt, das dem aktuellen GattDeviceService-Objekt zugeordnet ist.

Attribute

Windows-Anforderungen

App-Funktionen
bluetooth

Gilt für:

Weitere Informationen