System.Tether.Manager.TTetheringManagerCommunicationThread.NotifyEndProfileDiscovery
Delphi
property NotifyEndProfileDiscovery: TTetheringNotifyEvent read FNotifyEndProfileDiscovery write FNotifyEndProfileDiscovery;
C++
__property TTetheringNotifyEvent NotifyEndProfileDiscovery = {read=FNotifyEndProfileDiscovery, write=FNotifyEndProfileDiscovery};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | protected | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringManagerCommunicationThread |
Description
Occurs when a remote adapter sends data about the remote profiles of its manager in response to a profiles discovery request by the adapter of your communication thread.
The event handler of NotifyEndProfileDiscovery receives a single parameter, Sender
, which is an instance of TTetheringProfileInfoList with information of the discovered remote profiles.