Open main menu

RAD Studio API Documentation β

System.Tether.NetworkAdapter.TTetheringNetworkAdapterMulticast.DoCreateCommunicationThread

Revision as of 00:18, 14 November 2020 by L10nBot (talk | contribs) (InheritsFrom)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkAdapterMulticast

Description

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