SemysGroupMemberLostProt

01 This function will be called as callback from the group when a member of a group was lost.
02

typedef void (*SemysGroupMemberLostProt)(HSemysListener listener, HSemysGroup group, uint64 memberIndex, SemysTimeTick tick);

03 Parameters:
  • listener: The listener handle from the SemysGroupListener structure.
  • group: The group calling this callback.
  • memberIndex: The index of the member.
  • tick: Time tick value when this event happened.
04 This typedef is a placeholder for the actual user code provided callback function.
05 The 'tick' parameter is identical at each member.
06 Global Lock: Required
Reference: SemysGroup.h
Implementation: Semys Library
See Also: Group Sub-System, SemysGroupMemberPresentProt()

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