ArchAddress :: ToString

01 Returns the string representation of the ArchAddress object.
02

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

03 Return Values:
String representation
04 The returned string has the form of
#GroupId + "." + #InstanceId + "." + #ObjectId
With the Id values in unsigned decimal form
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Message Sub-System, ArchAddress

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