System.Tether.NetworkAdapter.TTetheringNetworkManagerCommunicationThread.GetRemoteConnectionString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRemoteConnectionString(const AConnection: string): string; override;

C++

virtual System::UnicodeString __fastcall GetRemoteConnectionString(const System::UnicodeString AConnection);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.NetworkAdapter.pas
System.Tether.NetworkAdapter.hpp
System.Tether.NetworkAdapter TTetheringNetworkManagerCommunicationThread

Description

Returns the remote connection string of the remote TTetheringNetworkAdapter for a given connection.

See Also