Link :: AddConnectionProt

01 Adds a connection to a link.
02

[C++] bool AddConnectionProt(HSemysConn conn);
[C++] bool AddConnectionProt(std::string const &opt);
[C++] bool AddConnectionProt(Gatherer &gath, std::string const &localName, std::string const &remoteName, bool verified = false);
[C#] bool AddConnectionProt(IntPtr conn);
[C#] bool AddConnectionProt(string opt);
[C#] bool AddConnectionProt(Gatherer gath, string localName, string remoteName);
[C#] bool AddConnectionProt(Gatherer gath, string localName, string remoteName, bool verified);

03 Parameters:
  • conn: Handle to an existing connection to add.
  • opt: The connection options string for a new connection.
  • gath: Reference to an existing gatherer object.
  • localName: Local name of the existing connection.
  • remoteName: Remote name of the existing connection.
  • verified: True if the existing connection has verified a LinkIdentify.
04 Return Values:
True if the connection was added, false otherwise.
05 These methods call the respective functions of Lib Link.
06 Global Lock: Required
Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Link Sub-System, Link

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.