System.Tether.Manager.TTetheringManagerCommunicationThread.Create
Delphi
constructor Create(const AnAdapter: TTetheringAdapter); virtual;
C++
__fastcall virtual TTetheringManagerCommunicationThread(TTetheringAdapter* const AnAdapter);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringManagerCommunicationThread |
Description
Creates an instance of TTetheringManagerCommunicationThread.
This constructor receives the following parameter:
AnAdapteris the instance of TTetheringAdapter that owns the new instance of TTetheringManagerCommunicationThread.
TTetheringManagerCommunicationThread.Create calls TCommandQueue.Create function.