System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoCreateCommunicationThread(const AnAdapter: TTetheringAdapter): TTetheringManagerCommunicationThread ; virtual; abstract;

C++

virtual TTetheringManagerCommunicationThread* __fastcall DoCreateCommunicationThread(TTetheringAdapter* const AnAdapter) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Creates and configures a communication thread to handle the communications of this adapter asynchronously.