SemysGroupStateDataProt |
01 | This function will be called as callback from the group when it received the encoded state data from another running subgroup member. |
02 |
typedef void (*SemysGroupStateDataProt)(HSemysListener listener, HSemysGroup group, void const *pData, uint32 dataSize); |
03 |
Parameters:
|
04 | This typedef is a placeholder for the actual user code provided callback function. |
05 | The local member should decode the state data and prepare to receive the SemysGroupLocalPresentProt() callback soon. |
06 |
Global Lock: Required Reference: SemysGroup.h Implementation: Semys Library See Also: Group Sub-System, SemysGroupMemberPresenceConfirmProt() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |