System.Tether.Manager.TTetheringManagerCommunicationThread.IsListening

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function IsListening: Boolean; virtual; abstract;

C++

virtual bool __fastcall IsListening() = 0 ;

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommunicationThread


説明

この通信スレッドと関連づけられているサーバーがリスンしているかどうかを示します。

TTetheringNetworkManagerCommunicationThread.IsListening はこのメソッドの実装です。

関連項目