SmartSockets .NET Class Library

TipcSvc.createMsg Method (Int32)

Creates a new SmartSockets message of the specified message type number.

Example:

            // create a message of the standard message type INFO
            TipcMsg msg = TipcSvc.createMsg(TipcMt_Fields.INFO);
            

public static TipcMsg createMsg(
   int mtNum
);

Parameters

mtNum
the message's message type number.

Return Value

the new message, or null if the message type doesn't exist.

See Also

TipcSvc Class | TipcSvc Members | TIBCO.SMARTSOCKETS Namespace | TipcSvc.createMsg Overload List | TipcMt | TipcMsg


Copyright © TIBCO Software Inc. All rights reserved