System.Tether.Manager.TTetheringManagerCommunicationThread.CreateManagerInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateManagerInfo(const AIdentifier, AName, AText, AConnectionString: string; AVersion: Integer): TTetheringManagerInfo;

C++

TTetheringManagerInfo __fastcall CreateManagerInfo(const System::UnicodeString AIdentifier, const System::UnicodeString AName, const System::UnicodeString AText, const System::UnicodeString AConnectionString, int AVersion);

Properties

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

Description

Records the received information about a remote manager.

The local manager processes the response from a remote manager. If the pairing state is Paired and the received response is a TetheringRequestUnPair request, the local manager updates the information of the remote manager.

See Also