API:System.Tether.TCPProtocol.TTetheringTCPProtocol.StopCommunication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StopCommunication; override;

C++

virtual void __fastcall StopCommunication();

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Tether.TCPProtocol.pas
System.Tether.TCPProtocol.hpp
System.Tether.TCPProtocol TTetheringTCPProtocol

Description

Disables the ability of the protocol to establish connections.

System.Tether.TCPProtocol.TTetheringTCPProtocol.StopCommunication inherits from System.Tether.Manager.TTetheringProtocol.StopCommunication. All content below this line refers to System.Tether.Manager.TTetheringProtocol.StopCommunication.

Disables the ability of the protocol to establish connections.

Use StartCommunication to restore this ability to establish connections.

See Also