System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AnAdapter: TTetheringAdapter; AIPVersion: TCommIPVersion; const ABindToAddress: string); reintroduce;

C++

__fastcall TTetheringNetworkManagerCommunicationThread(System::Tether::Manager::TTetheringAdapter* const AnAdapter, Ippeerapi::TIPVersionPeer AIPVersion, const System::UnicodeString ABindToAddress);

Properties

Type Visibility Source Unit Parent
constructor public
System.Tether.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkManagerCommunicationThread

Description

Creates an instance of TTetheringManagerCommunicationThread.

This constructor receives the following parameters:

See Also