MsgArchGroupRcv: Message

01 Group message receive notification. The contained message was received.
02 The destination address of the message will be the same of the contained message.

Members

03
TypeNameDescription
uint64mSourceMaskSource member mask
uint64mDestinationMaskDestination member mask
MessagempMsg / mMsgTransported Message
SemysTimeTickmTickTimestamp of delivery.

Constructor

04

[C++] MsgArchGroupRcv(Message *pMsg, uint64 sourceMask, uint64 destinationMask, SemysTimeTick tick);
[C#] MsgArchGroupRcv(Message msg, ulong sourceMask, ulong destinationMask, ulong tick);

05 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.