System.Tether.Manager.TTetheringManagerCommunicationThread.DestroyDiscoverProfilesTimer

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

Delphi

procedure DestroyDiscoverProfilesTimer(const AConnection: string);

C++

void __fastcall DestroyDiscoverProfilesTimer(const System::UnicodeString AConnection);

プロパティ

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


説明

リモート マネージャ内のプロファイルの検出用に作成された内部タイマを停止させます。

TTetheringAdapter.CancelProfilesDiscovery から DestroyDiscoverProfilesTimer が呼び出されて、リモート アダプタ(AConnection)内のリモート プロファイルの検出用タイマが停止されます。

ローカル マネージャは、リモート マネージャからの応答を処理します。ペア設定状態が Paired で、受け取った応答が TetheringBeginProfiles 要求の場合は、DestroyDiscoverProfilesTimer が呼び出されます。

関連項目