GroupMessenger :: Constructor

01 Constructs a group messenger object.
02

[C++] Group(IMessageListener &listener, std::string const &groupName);
[C#] Group(IMessageListener listener, string groupName);

03 Parameters:
  • listener: Reference to the IMessageListener that will receive messages from the group.
  • groupName: The name of the group.
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Group Sub-System, GroupMessenger

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