System.Tether.TCPProtocol.TTetheringTCPProtocol.GetIsConnected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsConnected: Boolean; override;

C++

virtual bool __fastcall GetIsConnected();

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.TCPProtocol.pas
System.Tether.TCPProtocol.hpp
System.Tether.TCPProtocol TTetheringTCPProtocol

Description

Returns True if the protocol is connected to its remote profile, or False if it is not connected.

See Also