System.Tether.Manager.TTetheringProtocol.GetIsConnected

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

Delphi

function GetIsConnected: Boolean; virtual; abstract;

C++

virtual bool __fastcall GetIsConnected() = 0 ;

プロパティ

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


説明

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

関連項目