API:System.Tether.TCPProtocol.TTetheringTCPProtocol.GetIsConnected

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

Delphi

function GetIsConnected: Boolean; override;

C++

virtual bool __fastcall GetIsConnected();

プロパティ

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

説明

プロトコルが接続されている場合には True、プロトコルが接続されていない場合には False を返します。

System.Tether.TCPProtocol.TTetheringTCPProtocol.GetIsConnected は System.Tether.Manager.TTetheringProtocol.GetIsConnected を継承しています。以下の内容はすべて System.Tether.Manager.TTetheringProtocol.GetIsConnected を参照しています。


プロトコルが接続されている場合には True、プロトコルが接続されていない場合には False を返します。

関連項目