API: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);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | System.Tether.NetworkAdapter.pas System.Tether.NetworkAdapter.hpp |
System.Tether.NetworkAdapter | TTetheringNetworkAdapter |
Description
Creates separate communications thread {{#multireplace:System.Tether.NetworkAdapter.TTetheringNetworkAdapter.DoCreateCommunicationThread|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
- Note: This is an abstract method that technology-specific subclasses of Tethering adapter implement.
Creates separate communications thread.
- TTetheringNetworkAdapter creates an asynchronous thread to communicate over the network.
- TTetheringBluetoothAdapter creates an asynchronous thread to communicate over Classic Bluetooth.