System.Tether.Comm.TTetheringCustomComm.ReConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReConnect: Boolean;

C++

bool __fastcall ReConnect();

Properties

Type Visibility Source Unit Parent
function public
System.Tether.Comm.pas
System.Tether.Comm.hpp
System.Tether.Comm TTetheringCustomComm

Description

Disconnects and tries to reconnect to the last known target that was assigned during the last execution of Connect. Returns True if the connection is succesfull.

Note: If you call ReConnect before the first call to Connect, it returns False, since the parameter for the last connection target has not been set yet.

See Also