Sender


Type:
Identifier of C type T_STR
Default Value:
NULL
Valid Values:
Any character string

The sender property identifies the originator of a message. The meaning of this property depends on how the message is used. When the message is sent using publish-subscribe between RTserver and RTclient, the value is the unique subject of the sending process. For a discussion of subjects, see Subjects. Other applications of messages can use the sender property for other purposes.

Function to set value:

TipcMsgSetSender. For example:

if (!TipcMsgSetSender(msg, "/_conan_5415")) { 
  /* error */ 
} 
Function to get value:

TipcMsgGetSender. For example:

if (!TipcMsgGetSender(msg, &sender)) { 
  /* error */ 
} 

TIBCO SmartSockets™ User’s Guide
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com