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.

Use StartCommunication to restore this ability to establish connections.

See Also