Arch Sub-System: Message - Message

01 This is the base class for all messages handled by Semys Arch.
02

[*] class Message

03

Public Types

  • [C++] typedef uint32 ReferenceType
04

Public Methods

TypeNameDescription
uint32GetTypeId() Integer type identification
stringGetTypeName() String type identification
voidSetReferenceId() Sets the reference Id
ReferenceTypeGetReferenceId() Gets the reference Id
ReferenceTypeGetReplyId() Gets the reply Id
stringToString() String representation of the whole message
stringToStringHeader() String representation of the base message
voidSetAsReplyFrom() Reply initialization
voidCode() Binary serialization
05

Public Members

TypeNameDescription
ArchAddressmSrcSource address
ArchAddressmDestDestination address
06

Protected Methods

TypeNameDescription
Constructor() Constructs an object
07 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.