API:System.Tether.TCPProtocol.TTetheringTCPProtocol.GetConnectionString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetConnectionString(const ManagerConnectionString: string): string; override;

C++

virtual System::UnicodeString __fastcall GetConnectionString(const System::UnicodeString ManagerConnectionString);

Properties

Type Visibility Source Unit Parent
function public
System.Tether.TCPProtocol.pas
System.Tether.TCPProtocol.hpp
System.Tether.TCPProtocol TTetheringTCPProtocol

Description

Returns the connection string required to connect to the local protocol.

System.Tether.TCPProtocol.TTetheringTCPProtocol.GetConnectionString inherits from System.Tether.Manager.TTetheringProtocol.GetConnectionString. All content below this line refers to System.Tether.Manager.TTetheringProtocol.GetConnectionString.

Returns the connection string required to connect to the local protocol.

ManagerConnectionString is the connection string of the manager of the adapter of your protocol.

See Also