API:System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.DoCreateCommunicationThread

From RAD Studio API Documentation

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.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothAdapter

Description

Creates separate communications thread {{#multireplace:System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.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.

See Also