API:System.Tether.TCPProtocol.TTetheringTCPProtocol.StopCommunication

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure StopCommunication; override;

C++

virtual void __fastcall StopCommunication(void);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Tether.TCPProtocol.pas
System.Tether.TCPProtocol.hpp
System.Tether.TCPProtocol TTetheringTCPProtocol

Beschreibung

Deaktiviert die Funktion des Protokolls, Verbindungen herzustellen.

System.Tether.TCPProtocol.TTetheringTCPProtocol.StopCommunication erbt von System.Tether.Manager.TTetheringProtocol.StopCommunication. Der folgende Inhalt bezieht sich auf System.Tether.Manager.TTetheringProtocol.StopCommunication.

Deaktiviert die Funktion des Protokolls, Verbindungen herzustellen.

Mit StartCommunication können Sie diese Funktion zum Herstellen der Verbindungen wiederherstellen.

Siehe auch