MsgArchGroupMemberPresence: Message

01 Group notification of member presence status.
If a member is present, it is expected that the process clears its delivery queue (at best by encoding its state) and then call Group :: MemberPresenceConfirmProt().

Members

02
TypeNameDescription
uint64mMemberIndexLocal member index
boolmPresentPresence indication
SemysTimeTickmTickTimestamp of event
uint64mNotifyKeyJoin request key. 0 if lost.

Constructor

03

[C++] MsgArchGroupMemberPresence(uint64 memberIndex, bool present, SemysTimeTick tick, uint64 notifyKey);
[C++] MsgArchGroupMemberPresence(MsgArchGroupMemberPresence const &msgPresence);
[C#] MsgArchGroupMemberPresence(ulong memberIndex, bool present, ulong tick, ulong notifyKey);
[C#] MsgArchGroupMemberPresence(MsgArchGroupMemberPresence msgPresence);

04 Reference: net::semys::msg::Arch
Implementation: Semys Architecture
See Also: Message Group: Arch

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