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é {{#multireplace:System.Tether.NetworkAdapter.TTetheringNetworkAdapter.DoCreateCommunicationThread|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} hérite de {{#multireplace:System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Tout le contenu en-dessous de cette ligne se réfère à {{#multireplace:System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
- 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.