Link :: Constructor

01 Constructs a link object.
02

[C++] Link(ILinkListener &listener, std::string const &linkName);
[C#] Link(ILinkListener listener, string linkName);

03 Parameters:
  • listener: Reference to the ILinkListener that will receive callbacks.
  • linkName: The name of the link.
04 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.