System.Tether.Manager.TTetheringManagerCommunicationThread.GetNetworkInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNetworkInfo(const Connection: string): TNetworkInfo; virtual;

C++

virtual TNetworkInfo* __fastcall GetNetworkInfo(const System::UnicodeString Connection);

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.

If the local manager is waiting for a response from a remote manager, GetNetworkInfo creates a new TNetworkInfo object for the connection, adds the Waiting pairing state and sets the manager version to 0.

See Also