System.Tether.Manager.TTetheringProfileInfo

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager System.Tether.Manager


説明

リモート プロファイルに関する情報を提供するレコードです。

TTetheringProfileInfo のプロパティと TTetheringProfile のプロパティの関係を次の表に示します。

TTetheringProfileInfo TTetheringProfile

ManagerIdentifier

Manager

ProfileIdentifier

Identifier

ProfileText

Text

ProfileGroup

Group

ProfileType

ProfileType

AllowedConnections は、ローカル プロファイルでこのリモート プロファイルへのデータ送信に使用できる接続のリストです。

関連項目