System.Tether.Manager.TTetheringProfile.ConnectedProfiles

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

Delphi

property ConnectedProfiles: TTetheringProfileInfoList read FConnectedProfiles;

C++

__property TTetheringProfileInfoList* ConnectedProfiles = {read=FConnectedProfiles};

プロパティ

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


説明

プロファイルに接続されたリモート プロファイルリスト

TTetheringProfile のサブクラスで、接続が成功した後、AddConnectedProfile を使用して、新しいリモート プロファイルをリストに追加します。Disconnect は、切断されたリモート プロファイルを、リストから削除します。

GetConnectedProfiles を呼び出すと、リストを配列として取得することができます。

関連項目