System.Tether.Manager.TTetheringProtocol.IsConnected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsConnected: Boolean read GetIsConnected;

C++

__property bool IsConnected = {read=GetIsConnected, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocol

Description

Indicates whether the protocol is connected (True) or not (False).

See Also