System.Bluetooth.TBluetoothLEDevice.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AutoConnect: Boolean);

C++

__fastcall TBluetoothLEDevice(bool AutoConnect);

Eigenschaften

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


Beschreibung

Erstellt eine Instanz von TBluetoothLEDevice mit dem Parameter AutoConnect.

Setzen Sie den Parameter AutoConnect auf False, um direkt eine Verbindung mit dem Remote-Gerät herzustellen, oder auf True, um sofort, wenn das Remote-Gerät verfügbar ist, eine Verbindung automatisch herzustellen.

Siehe auch