System.Tether.Manager.TTetheringProfile.StartCommunication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartCommunication;

C++

void __fastcall StartCommunication(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfile

Description

Starts communications between your profile and connected remote profiles using the protocols of your profile.

Exceptions

See TTetheringTCPProtocol.StartCommunication for information about exceptions that might occur when StartCommunication uses TTetheringTCPProtocol as protocol.

See Also