System.Tether.Manager.TTetheringProtocol.SaveTokenFromLocal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveTokenFromLocal(const AManager, Seed: string);

C++

void __fastcall SaveTokenFromLocal(const System::UnicodeString AManager, const System::UnicodeString Seed);

Properties

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

Description

Saves the specified remote manager identifier and hash to the list of known remote managers of the manager for the adapter of your protocol.

See Also