System.Tether.Manager.TTetheringAdapter.DoStopListening

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoStopListening; virtual;

C++

virtual void __fastcall DoStopListening();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Stops listening to other adapters, and notifies any adapter in range that your adapter is not listening any more.

DoStopListening ends the communication thread that is used with the adapter.

The manager of your adapter calls StopListening when the manager is disabled (Enabled is False). StopListening calls DoStopListening.

Note: Subclasses of TTetheringAdapter may override DoStopListening. For example, TTetheringNetworkAdapterCommon.DoStopListening.

See Also