System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread

From RAD Studio API Documentation
Revision as of 14:00, 31 March 2016 by AChaves (talk | contribs) (RS-75896)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.