System.Tether.Manager.TTetheringManagerCommunicationThread.NotifyEndProfileDiscovery
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 のインスタンスです。