System.Tether.Manager.TTetheringManagerCommunicationThread.IsListening

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsListening: Boolean; virtual; abstract;

C++

virtual bool __fastcall IsListening() = 0 ;

Properties

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

Description

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

TTetheringNetworkManagerCommunicationThread.IsListening is an implementation of this method.

See Also