System.Bluetooth.TBluetoothLEAdapter.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AManager: TBluetoothLEManager);

C++

__fastcall TBluetoothLEAdapter(TBluetoothLEManager* const AManager);

Eigenschaften

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


Beschreibung

Erstellt eine Instanz von TBluetoothLEAdapter, die der angegebenen Instanz von TBluetoothLEManager zugeordnet ist.

Wenn das interne Verhalten von TBluetoothLEAdapter Interaktionen mit einem Manager erfordert, interagiert TBluetoothLEAdapter mit AManager.

Siehe auch