Message :: Constructor |
| 01 | Constructs a Message object. |
| 02 |
[C++] Message(uint32 typeId, char const *typeName); |
| 03 |
Parameters:
|
| 04 | The parameters have to be set according to the type identification from the derived class; Which is based on its enumeration constant. |
| 05 |
[C++]
|
| 06 |
[C#]
|
| 07 |
[C++] The MESSAGE_INIT_BASE macro is defined as:
|
| 08 |
Reference: net::semys Implementation: Semys Architecture See Also: Message Sub-System, Message |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |