System.Tether.Manager.TTetheringProtocol.Connect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Connect(const AProfile: TTetheringConnection): Boolean; virtual; abstract;

C++

virtual bool __fastcall Connect(TTetheringConnection* const AProfile) = 0 ;

Properties

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

Description

Establishes a connection using the specified connection data.

See Also