System.Tether.Manager.TTetheringAdapter.StopListening

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopListening;

C++

void __fastcall StopListening();

Properties

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

Description

Stops listening to other adapters, and notifies any adapter in range.

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

StopListening calls DoStopListening, which stops listening to other adapters.

See Also