System.Tether.Manager.TTetheringManagerCommunicationThread.GetRandomString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRandomString(const AConnection: string): string; virtual;

C++

virtual System::UnicodeString __fastcall GetRandomString(const System::UnicodeString AConnection);

Properties

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

Description

Getter of the random string of a connection.

Returns the random string associated for the tethering AConnection to the TTetheringAdapter.

See Also