System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.GetTargetConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTargetConnection(const Port, Offset: Integer): string; override;

C++

virtual System::UnicodeString __fastcall GetTargetConnection(const int Port, const int Offset);

Properties

Type Visibility Source Unit Parent
function public
System.Tether.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkAdapterCommon

Description

Returns the TCP port number to connect to as a client.

Network adapters use TCP ports between 2040 to 2110.

See Also