MsgArchGroupLocalPresence: Message

01 Group notification of local presence.

Members

02
TypeNameDescription
uint64mMemberIndexLocal member index
uint64mMemberMaskMask of currently alive members
SemysTimeTickmTickTimestamp of event

Constructor

03

[C++] MsgArchGroupLocalPresence(uint64 memberIndex, uint64 memberMask, SemysTimeTick tick);
[C++] MsgArchGroupLocalPresence(MsgArchGroupLocalPresence const &msgPresence);
[C#] MsgArchGroupLocalPresence(ulong memberIndex, ulong memberMask, ulong tick);
[C#] MsgArchGroupLocalPresence(MsgArchGroupLocalPresence 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.