The TipcMt* functions are used to work with message types, which are templates for messages.
TipcMtCreate create a new message type
TipcMtDestroy destroy a message type
TipcMtLogAddMt add a message type to a message file logging type
TipcMtLogRemoveMt remove a message type from a message file logging type
TipcMtLookup look up a message type by name
TipcMtLookupByNum look up a message type by number
TipcMtPrint print all information about a message type in a portable, reproducible format
TipcMtTraverse traverse all message types
The TipcMtGet* functions are used to retrieve information about a message type.
TipcMtGetCompression get the compression setting of a message type
TipcMtGetDeliveryMode determine the delivery mode of a message type
T_BOOL TipcMtGetDeliveryMode(mt
,delivery_mode_return
) T_IPC_MTmt
; T_IPC_DELIVERY_MODE *delivery_mode_return
;
TipcMtGetDeliveryTimeout determine the delivery timeout property of a message type
T_BOOL TipcMtGetDeliveryTimeout(mt
,delivery_timeout_return
) T_IPC_MTmt
; T_REAL8 *delivery_timeout_return
;
TipcMtGetGrammar determine the grammar of a message type
TipcMtGetHeaderStrEncode determine the header string encode property of a message type
T_BOOL TipcMtGetHeaderStrEncode(mt
,header_str_encode_return
) T_IPC_MTmt
; T_BOOL *header_str_encode_return
;
TipcMtGetLbMode determine the load balancing mode of a message type
TipcMtGetName determine the name of a message type
TipcMtGetNum determine the number of a message type
TipcMtGetPriority determine the priority of a message type
TipcMtGetUserProp determine the user-defined property of a message type
The TipcMtSet* functions are used to set the properties of a message type.
TipcMtSetCompression set the compression setting of a message type
TipcMtSetDeliveryMode set the delivery mode of a message type
TipcMtSetDeliveryTimeout set the delivery timeout property of a message type
TipcMtSetHeaderStrEncode set the header string encode property of a message type
TipcMtSetLbMode set the load balancing mode of a message type
TipcMtSetPriority set the priority of a message type
TipcMtSetPriorityUnknown set the priority of a message type to unknown
TipcMtSetUserProp set the user-defined property of a message type
TIBCO SmartSockets™ API Quick Reference Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |