Example:
// look up the message type number 500 TipcMt mt = TipcSvc.lookupMt(500); // create a message of this type TipcMsg msg = TipcSvc.createMsg(mt);
the new message, or null
if the message type
doesn't exist.
TipcSvc Class | TipcSvc Members | TIBCO.SMARTSOCKETS Namespace | TipcSvc.createMsg Overload List | TipcMt | TipcMsg