MsgArchUnknown: Message

01 Wrapper of unknown serialized message data. Whenever a receiving component can not create a message object for the corresponding type identification, it will pack the serialized data into an unknown message.
02 The addresses of the message will be the same of the contained message.
03 Receiving such a message unexpectedly either means:
  • The sent message was not known by its corresponding message creator (the receiving process is older than the sending one).
  • The corresponding message creator was not registered at all.

Members

04
TypeNameDescription
uint32mUnknownTypeIdType Id of the unknown data
byte[]mDataByte array
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.