SemysGroupAddMemberConn |
01 | Adds a connection to a member in a deactive group. |
02 |
void SemysGroupAddMemberConn(HSemysGroup group, char const *memberName, char const *options); |
03 |
Parameters:
|
04 | Calling this function requires that the specified member has been added to the group previously. |
05 | This function may be called as long as SemysGroupActivateProt() has not been called. Calling it afterwards will have no effect. |
06 |
At least one connection between two members must exist. It is up to the configuration
of the system which member connects to whom. (A typical scenario has every
member create one connection to every other member, resulting in two connections
between any pair.) All connections between two members will be registered at their link. |
07 | The local member also needs at least one connection to itself. |
08 |
Reference: SemysGroup.h Implementation: Semys Library See Also: Group Sub-System, SemysGroupAddMember(), SemysGroupActivateProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |