System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AnAdapter: TTetheringAdapter; const AEvent: TEvent); override;

C++

__fastcall virtual TTetheringBluetoothManagerCommunicationThread(System::Tether::Manager::TTetheringAdapter* const AnAdapter, System::Syncobjs::TEvent* const AEvent);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.Tether.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothManagerCommunicationThread


Beschreibung

Erstellt eine Instanz von TTetheringBluetoothManagerCommunicationThread.

Es wird ein Server- und ein Client-Socket für die Kommunikation über Classic Bluetooth erstellt.

Der Konstruktor TTetheringBluetoothManagerCommunicationThread erhält die folgenden Parameter:

Siehe auch