System.Tether.NetworkAdapter.TTetheringNetworkAdapter.DoCreateCommunicationThread
Delphi
function DoCreateCommunicationThread(const AnAdapter: TTetheringAdapter; const AEvent: TEvent): TTetheringManagerCommunicationThread; override;
C++
virtual System::Tether::Manager::TTetheringManagerCommunicationThread* __fastcall DoCreateCommunicationThread(System::Tether::Manager::TTetheringAdapter* const AnAdapter, System::Syncobjs::TEvent* const AEvent);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | protected | System.Tether.NetworkAdapter.pas System.Tether.NetworkAdapter.hpp |
System.Tether.NetworkAdapter | TTetheringNetworkAdapter |
Description
Crée un thread de communication séparé
System.Tether.NetworkAdapter.TTetheringNetworkAdapter.DoCreateCommunicationThread hérite de System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread. Tout le contenu en-dessous de cette ligne se réfère à System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread.
- 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é.
- TTetheringNetworkAdapter crée un thread asynchrone pour communiquer sur le réseau.
- TTetheringBluetoothAdapter crée un thread asynchrone pour communiquer sur Classic Bluetooth.