API:System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.DoStopListening
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 により、アダプタで使用されている通信スレッドは終了します。
お使いのアダプタのマネージャは、無効(Enabled が False)になると、StopListening を呼び出します。StopListening が DoStopListening を呼び出します。
- メモ: TTetheringAdapter のサブクラスで DoStopListening をオーバーライドしてもかまいません。TTetheringNetworkAdapterCommon.DoStopListening はその例です。
関連項目
- System.Tether.NetworkAdapter.TTetheringNetworkAdapterCommon.DoStopListening
- System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.DoStopListening
- System.Tether.Manager.TTetheringAdapter
- System.Tether.Manager.TTetheringManager.Enabled
- System.Tether.Manager.TTetheringAdapter.DoStartListening
- System.Tether.Manager.TTetheringAdapter.StopListening
- System.Tether.Manager.TTetheringManagerCommunicationThread
- System.Classes.TThread.Terminate