System.Tether.NetworkAdapter.TTetheringNetworkAdapterMulticast.DoCreateCommunicationThread

From RAD Studio API Documentation
Revision as of 00:18, 14 November 2020 by L10nBot (talk | contribs) (InheritsFrom)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.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.