SemysGroupMemberPresentProt |
| 01 | This function will be called as callback from the group when a member of a group successfully joined it. |
| 02 |
typedef void (*SemysGroupMemberPresentProt)(HSemysListener listener, HSemysGroup group, uint64 memberIndex, uint64 requestKey, SemysTimeTick tick); |
| 03 |
Parameters:
|
| 04 | This typedef is a placeholder for the actual user code provided callback function. |
| 05 |
Because of this callback, the user code is required to
|
| 06 | The 'tick' is also identical at each member. |
| 07 |
Global Lock: Required Reference: SemysGroup.h Implementation: Semys Library See Also: Group Sub-System, SemysGroupStateDataProt(), SemysGroupLocalPresentProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |