API:System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.DoStopListening

提供:RAD Studio API Documentation

Delphi

procedure DoStopListening; override;

C++

virtual void __fastcall DoStopListening();

プロパティ

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

説明

他のアダプタへのリスンをやめ、お使いのアダプタがリスンしなくなった、範囲内のあらゆるアダプタに通知します。 {{#multireplace:System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.DoStopListening|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:System.Tether.Manager.TTetheringAdapter.DoStopListening|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:System.Tether.Manager.TTetheringAdapter.DoStopListening|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

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

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

関連項目