API:System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AnAdapter: TTetheringAdapter); override;

C++

__fastcall virtual TTetheringBluetoothManagerCommunicationThread(System::Tether::Manager::TTetheringAdapter* const AnAdapter);

Properties

Type Visibility Source Unit Parent
constructor public
System.Tether.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothManagerCommunicationThread

Description

Creates an instance of TTetheringManagerCommunicationThread.

System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.Create inherits from System.Tether.Manager.TTetheringManagerCommunicationThread.Create. All content below this line refers to System.Tether.Manager.TTetheringManagerCommunicationThread.Create.

Creates an instance of TTetheringManagerCommunicationThread.

This constructor receives the following parameter:

TTetheringManagerCommunicationThread.Create calls TCommandQueue.Create function.

See Also