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:
  • listener: The listener handle from the SemysGroupListener structure.
  • group: The group calling this callback.
  • pData: The serialized state data as bytestream.
  • dataSize: How many bytes pData contains.
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.