System.Tether.Manager.TTetheringManagerCommunicationThread.NotifyEndProfileDiscovery

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

Delphi

property NotifyEndProfileDiscovery: TTetheringNotifyEvent read FNotifyEndProfileDiscovery write FNotifyEndProfileDiscovery;

C++

__property TTetheringNotifyEvent NotifyEndProfileDiscovery = {read=FNotifyEndProfileDiscovery, write=FNotifyEndProfileDiscovery};

プロパティ

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


説明

通信スレッドのアダプタによるプロファイル検知リクエストに応答して、リモート アダプタが、マネージャのリモート プロファイルについてのデータを送信した際に、発生します。

NotifyEndProfileDiscoveryイベント ハンドラは、単一のパラメータ Sender を受け取りますが、これは、検知されたリモート プロファイルの情報を持つ TTetheringProfileInfoList のインスタンスです。

関連項目