System.Tether.Manager.TTetheringAdapter.IsListening

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsListening: Boolean;

C++

bool __fastcall IsListening();

Properties

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

Description

Returns true if the communication thread of this adapter is initalized and listening.

StartListening initializes the thread.

See Also