System.Tether.Manager.TTetheringProtocol.GetIsConnected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsConnected: Boolean; virtual; abstract;

C++

virtual bool __fastcall GetIsConnected() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocol

Description

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

See Also