System.Tether.Manager.TTetheringAdapter.ProfilesInfo

From RAD Studio API Documentation
Revision as of 12:37, 29 May 2014 by AChaves (talk | contribs) (50838)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function ProfilesInfo: string;

C++

System::UnicodeString __fastcall ProfilesInfo(void);

Properties

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

Description

Information about the profiles registered in the manager of your adapter as a string.

Subclasses of TTetheringAdapter may use ProfilesInfo to provide remote managers information about the profiles registered in the manager of the adapter, after a remote manager calls DiscoverProfiles to request this information.

On the remote adapter, you may parse the received data using AddProfiles.

See Also