Partager via


GattDeviceService.Device Propriété

Définition

Obtient l’objet BluetoothLEDevice décrivant l’appareil associé à l’objet GattDeviceService actuel.

Important

L’API d’appareil est déconseillée et peut ne pas être disponible dans les futures versions de Windows. Utilisez plutôt 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

Valeur de propriété

Objet BluetoothLEDevice décrivant l’appareil associé à l’objet GattDeviceService actuel.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
bluetooth

S’applique à

Voir aussi