Group :: Constructor

01 Constructs a group object.
02

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

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

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