System.Tether.NetworkAdapter.TTetheringNetworkAdapter.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 TTetheringNetworkAdapter

Description

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

TCP port numbers that are used for TCP connections start from 2035 to 2100.

See Also