System.Tether.Manager.TTetheringManagerCommunicationThread.Create

From RAD Studio API Documentation
Jump to: navigation, search

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:

TTetheringManagerCommunicationThread.Create calls TCommandQueue.Create function.

See Also