Destination


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

The destination property identifies where a message is going. 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 a subject. For a discussion of subjects, see Subjects. Other applications of messages can use the property for other purposes.

Function to set value:

TipcMsgSetDest. For example:

if (!TipcMsgSetDest(msg, "/system/thermal")) { 
  /* error */ 
} 
Function to get value:

TipcMsgGetDest. For example:

if (!TipcMsgGetDest(msg, &dest)) { 
  /* error */ 
} 

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