SmartSockets .NET Class Library

TipcMsg.addNamedInt4 Method 

Appends a 4 byte integer field to a message, with a name.

public virtual void addNamedInt4(
   string name,
   int Value
);

Parameters

name
the name to use
Value
the int value to append

Exceptions

Exception TypeCondition
TipcException If there is an error copying the data
TipcAlreadyExistsException If the named field already exists
TipcException For all other errors

See Also

TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace | appendInt4


Copyright © TIBCO Software Inc. All rights reserved