System.Bluetooth.TBluetoothLEDevice

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.Bluetooth.TBluetoothCustomDeviceSystem.TObjectTBluetoothLEDevice

Delphi

TBluetoothLEDevice = class(TBluetoothCustomDevice)

C++

class PASCALIMPLEMENTATION TBluetoothLEDevice : public TBluetoothCustomDevice

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


Beschreibung

Repräsentiert ein Remote-Gerät, das Bluetooth Low Energy unterstützt.

Mit einer Instanz von TBluetoothLEDevice können Sie Folgendes ausführen:

Verwenden Sie zum Abrufen einer Instanz von TBluetoothLEDevice die Methode StartDiscovery oder die Eigenschaft LastDiscoveredDevices eines Managers.

Siehe auch