System.Tether.Manager.TTetheringAdapter.DoStopListening

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

Delphi

procedure DoStopListening; virtual;

C++

virtual void __fastcall DoStopListening();

プロパティ

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


説明

他のアダプタへのリスンをやめ、お使いのアダプタがリスンしなくなった、範囲内のあらゆるアダプタに通知します。

DoStopListening により、アダプタで使用されている通信スレッド終了します。

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

メモ: TTetheringAdapter のサブクラスで DoStopListening をオーバーライドしてもかまいません。TTetheringNetworkAdapterCommon.DoStopListening はその例です。

関連項目