Message :: ToStringHeader

01 Returns the string representation of the base Message object.
02

[C++] std::string ToStringHeader();
[C#] string ToStringHeader();

03 Return Values:
String representation of the base message in a single line. It contains the type name, reference values and the address fields.
04 Use this method if the full string variant of the message is not required.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Message Sub-System, Message, ToString()

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