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

説明

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

System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.DoStopListening は System.Tether.Manager.TTetheringAdapter.DoStopListening を継承しています。以下の内容はすべて System.Tether.Manager.TTetheringAdapter.DoStopListening を参照しています。

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

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

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

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

関連項目