System.Tether.Manager.TTetheringManagerCommunicationThread.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__fastcall virtual TTetheringManagerCommunicationThread(TTetheringAdapter* const AnAdapter, System::Syncobjs::TEvent* const AEvent);

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 parameters:

TTetheringManagerCommunicationThread.Create calls TCommandQueue.Create function.

See Also