API:System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.IsListening

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsListening: Boolean; override;

C++

virtual bool __fastcall IsListening();

Properties

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

Description

Indicates whether the servers associated with this communication thread are listening.

System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.IsListening inherits from System.Tether.Manager.TTetheringManagerCommunicationThread.IsListening. All content below this line refers to System.Tether.Manager.TTetheringManagerCommunicationThread.IsListening. Indicates whether the servers associated with this communication thread are listening.

TTetheringNetworkManagerCommunicationThread.IsListening is an implementation of this method.

See Also