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
System.Tether.NetworkAdapter.TTetheringNetworkAdapter.DoCreateCommunicationThread inherits from System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread. All content below this line refers to System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread.
- 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.