API: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 or False it the protocol is not connected.

System.Tether.TCPProtocol.TTetheringTCPProtocol.GetIsConnected inherits from System.Tether.Manager.TTetheringProtocol.GetIsConnected. All content below this line refers to System.Tether.Manager.TTetheringProtocol.GetIsConnected.

Returns True if the protocol is connected or False it the protocol is not connected.

See Also