SmartSockets .NET Class Library

TipcSvc.lookupMt Method (Int32)

Returns a message type indexed by number.

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);
            

public static TipcMt lookupMt(
   int number
);

Parameters

number
the number of the message type to return.

Return Value

the message type looked up, or null if the number does not refer to an existing message type.

See Also

TipcSvc Class | TipcSvc Members | TIBCO.SMARTSOCKETS Namespace | TipcSvc.lookupMt Overload List | TipcMt | createMt | lookupMt


Copyright © TIBCO Software Inc. All rights reserved