System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AnAdapter: TTetheringAdapter; const AEvent: TEvent); override;

C++

__fastcall virtual TTetheringNetworkManagerCommunicationThread(System::Tether::Manager::TTetheringAdapter* const AnAdapter, System::Syncobjs::TEvent* const AEvent);

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:

TTetheringNetworkManagerCommunicationThread.Create initializes an instance of a server, UDP server and a client.

See Also