Message :: GetTypeName

01 Returns the string type identification of the message.
02

[C++] char const *GetTypeName() const;
[C#] string GetTypeName();

03 Return Values:
String identification that had been passed to the constructor.
04 The return value is only used for trace purposes.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Message Sub-System, Message, GetTypeId()

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