System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.DoStopListening

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoStopListening; override;

C++

virtual void __fastcall DoStopListening();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothAdapter

Description

Dispatcher of the StopListening event of the manager of the adapter.

The manager of your adapter may call StartListening when the manager is disabled (Enabled is False).

StopListening calls DoStopListening.

See Also