Message :: SetReferenceId |
| 01 | Sets the reference identification of the message. |
| 02 |
[C++] void SetReferenceId(ReferenceType refId); |
| 03 |
Parameters:
|
| 04 | The reference identification is used to be able to refer to an operation that is related with the message. Initially, this value is 0. |
| 05 |
A message that is a reply to a request message typically is initialized with
SetAsReplyFrom. This function sets the the reply identification to the
reference identification of the request message. |
| 06 |
Reference: net::semys Implementation: Semys Architecture See Also: Message Sub-System, Message, GetReferenceId(), GetReplyId() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |