Read Only


Type:
Boolean of C type T_BOOL
Default Value:
  • TRUE if the message is a field within another message
  • FALSE if the message is separate
Valid Values:
TRUE or FALSE

The read only property identifies whether or not a message can be modified during processing. Messages included within other messages cannot be modified, while messages that are separate can be modified. For a discussion of messages within messages, see Constructing a Message Within a Message.

Function to set value:

This property is set automatically and cannot be set manually.

Function to get value:

TipcMsgGetReadOnly. For example:

if (!TipcMsgGetReadOnly(msg, &read_only)) { 
  /* error */ 
} 

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