System.Tether.Manager.TTetheringAdapter.ProfilesInfo

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

Delphi

function ProfilesInfo: string;

C++

System::UnicodeString __fastcall ProfilesInfo();

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter


説明

アダプタのマネージャに登録されたプロファイルについての、文字列での情報。

TTetheringAdapter のサブクラスは、リモート マネージャが DiscoverProfiles を呼び出して情報を要求してくると、ProfilesInfo を使用して、アダプタのマネージャに登録されたプロファイルについての情報を、リモート マネージャに提供することができます。

リモート アダプタ上、受け取ったデータを AddProfiles を使用して解析することができます。

関連項目