This message type must be one of the standard SmartSockets message types, or a type previously defined with createMt. The standard SmartSockets message types have numeric constants defined in TipcMt.
Example:
// look up the message type number 500 TipcMt mt = TipcSvc.lookupMt(500);
the message type looked up, or null
if the number
does not refer to an existing message type.
TipcSvc Class | TipcSvc Members | TIBCO.SMARTSOCKETS Namespace | TipcSvc.lookupMt Overload List | TipcMt | createMt | lookupMt