System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 ;

Propriétés

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


Description

Remarque : Il s'agit d'une méthode abstraite qu'implémentent les sous-classes de l'adaptateur Tethering spécifiques à la technologie.

Crée un thread de communication séparé.

Voir aussi