Message :: GetTypeId

01 Returns the integer type identification of the message.
02

[C++] uint32 GetTypeId() const;
[C#] uint GetTypeId();

03 Return Values:
Integer identification that had been passed to the constructor.
04 The return value can be used to properly cast to the corresponding message class.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Message Sub-System, Message, GetTypeName()

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