System.Tether.Manager.TTetheringProfileInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager


Description

Enregistrement qui fournit des informations sur un profil distant.

Le tableau suivant montre la relation entre les propriétés de TTetheringProfileInfo et celles de TTetheringProfile :

TTetheringProfileInfo TTetheringProfile

ManagerIdentifier (l'identificateur du gestionnaire)

Manager (le gestionnaire)

ProfileIdentifier (l'identificateur du profil)

Identifier (l'identificateur)

ProfileText (le texte du profil)

Text (le texte)

ProfileGroup (le groupe du profil)

Group (le groupe)

ProfileType (le type de profil)

ProfileType (le type de profil)

AllowedConnections correspond à la liste de connexions que votre profil local peut utiliser pour envoyer des données à ce profil distant.

Voir aussi