System.Tether.Manager.TTetheringManagerCommunicationThread.GetNetworkInfoByManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNetworkInfoByManager(const AManagerId: string): TNetworkInfo; virtual;

C++

virtual TNetworkInfo* __fastcall GetNetworkInfoByManager(const System::UnicodeString AManagerId);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommunicationThread

Description

Returns the stored data about the status of the connection with a remote manager.

If the local manager already has data stored about the status of a connection with a remote manager AManagerId, GetNetworkInfoByManager returns the TNetworkInfo for that manager identifier.

See Also