System.Tether.Manager.TTetheringAdapter.ProfilesInfo
Delphi
function ProfilesInfo: string;
C++
System::UnicodeString __fastcall ProfilesInfo();
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.