System.Tether.Manager.TTetheringProfileInfo
Delphi
TTetheringProfileInfo = record
C++
struct DECLSPEC_DRECORD TTetheringProfileInfo
{
public:
    System::UnicodeString ManagerIdentifier;
    System::UnicodeString ProfileIdentifier;
    System::UnicodeString ProfileText;
    System::UnicodeString ProfileGroup;
    System::UnicodeString ProfileType;
    int ProfileVersion;
#ifndef _WIN64
    System::DynamicArray<TTetheringAllowedConnection> AllowedConnections;
#else /* _WIN64 */
    System::TArray__1<TTetheringAllowedConnection> AllowedConnections;
#endif /* _WIN64 */
    System::UnicodeString __fastcall ToString();
    void __fastcall FromString(const System::UnicodeString AProfileInfoString);
};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| record struct | public | System.Tether.Manager.pas System.Tether.Manager.hpp | System.Tether.Manager | System.Tether.Manager | 
Description
Record that provides information about a remote profile.
The following table shows the relation between properties of TTetheringProfileInfo and properties of TTetheringProfile:
| TTetheringProfileInfo | TTetheringProfile | 
|---|---|
AllowedConnections is the list of connections that your local profile can use to send data to this remote profile.