System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread
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 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringAdapter |
Description
- 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.