ArchAddress :: Constructor

01 Constructs an ArchAddress object.
02

[C++] ArchAddress();
[C++] ArchAddress(ArchAddress const &other);
[C++] ArchAddress(GroupIdType groupId, InstanceIdType instanceId = 0, ObjectIdType objectId = 0);
[C#] ArchAddress();
[C#] ArchAddress(ArchAddress other);
[C#] ArchAddress(ushort groupId, ushort instanceId, ushort objectId);

03 Parameters:
  • other: Reference to another ArchAddress object to copy the members from.
  • groupId: Init value for mGroupId
  • instanceId: Init value for mInstanceId
  • objectId: Init value for mObjectId
05 Any members not specified will be initialized with 0.
06 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.