IMessageListener :: CreateMessageByTypeId

01 Creates a message according to type identification.
02

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

03 Parameters:
  • typeId: The type identification of the message to create.
04 Return Values:
If the creator knows the message corresponding to the given type id, it returns an instance to a new message object.
If it doesn't know it, null will be returned.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Message Sub-System, IMessageCreator,

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