System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread_UDP.Create
Delphi
constructor Create(const AnAdapter: TTetheringAdapter; AIPVersion: TCommIPVersion);
C++
__fastcall TTetheringNetworkManagerCommunicationThread_UDP(System::Tether::Manager::TTetheringAdapter* const AnAdapter, Ippeerapi::TIPVersionPeer AIPVersion);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | System.Tether.NetworkAdapter.pas System.Tether.NetworkAdapter.hpp |
System.Tether.NetworkAdapter | TTetheringNetworkManagerCommunicationThread_UDP |
Description
Creates an instance of TTetheringManagerCommunicationThread.
System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread UDP.Create inherits from System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.Create. All content below this line refers to System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.Create.
Creates an instance of TTetheringManagerCommunicationThread.
This constructor receives the following parameters:
AnAdapter
is the adapter that owns the new instance of TTetheringManagerCommunicationThread.AIPVersion
is the IP version to use.