ArchAddress :: CopyFrom

01 Copies the data from another ArchAddress object.
02

[C++] void CopyFrom(ArchAddress const &other);
[C#] void CopyFrom(ArchAddress other);

03 Parameters:
  • other: The object to copy the members from.
04 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.