API:System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.DoCreateCommunicationThread

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoCreateCommunicationThread(const AnAdapter: TTetheringAdapter; const ABindToAddress: string): TTetheringManagerCommunicationThread; override;

C++

virtual System::Tether::Manager::TTetheringManagerCommunicationThread* __fastcall DoCreateCommunicationThread(System::Tether::Manager::TTetheringAdapter* const AnAdapter, const System::UnicodeString ABindToAddress);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothAdapter

Description

Creates and configures a communication thread to handle the communications of this adapter asynchronously.

System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.DoCreateCommunicationThread inherits from System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread. All content below this line refers to System.Tether.Manager.TTetheringAdapter.DoCreateCommunicationThread.

Creates and configures a communication thread to handle the communications of this adapter asynchronously.