System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.DoStopListening

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

Delphi

procedure DoStopListening; override;

C++

virtual void __fastcall DoStopListening();

プロパティ

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


説明

他のアダプタに対するリスンを停止し、範囲内のいずれのアダプタにも、自分のアダプタがそれ以降リスンしなくなったことを通知します。

アダプタのマネージャは、マネージャが無効になっている際に(EnabledFalse)、StopListening を呼び出します。StopListeningDoStopListening を呼び出します。


DoStopListening は、他のアダプタに対するリスンを停止し、NotifyShutdown を呼び出して、範囲内のいずれのアダプタにも、自分のアダプタがシャットダウンするところであることを通知します。

自分のアダプタと同じ型のリモート アダプタがリスン モードである際にこの通知を受け取ると、そのリモート アダプタは DoRemoteManagerShutdown メソッドを呼び出します。

関連項目