Name


Type:
Identifier of C type T_STR
Default Value:
None. This value must be supplied when creating a message type.
Valid Values:
Any valid unique message name not starting with an underscore (_)

The name property identifies the message type. Each message type name must be unique. Message type names that start with an underscore are reserved for internal SmartSockets message types.

Function to set value:

This property cannot be changed.

Function to get value:

TipcMtGetName. For example:

if (!TipcMtGetName(mt, &name)) { 
  /* error */ 
} 

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