System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Note: This is an abstract method that technology-specific subclasses of Tethering adapter implement.

Creates separate communications thread.

See Also