MessageCreatorRegistry :: CreateMessageByTypeId

01 Creates a message according to type identification.
02

[C++] Message *CreateMessageByTypeId(uint32 typeId) const;
[C#] Message CreateMessageByTypeId(uint typeId);

03 Parameters:
  • typeId: The type identification of the message to create.
04 Return Values:
A created message object that was returned by the first registered Message creator or null if none had returned a valid object.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Message Sub-System, MessageCreatorRegistry,

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