SmartSockets .NET Class Library

TipcMsg.updateNamedInt4 Method 

Updates a named 4 byte integer field in a message.

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

Parameters

name
the name to of the field
Value
the new int4 data for the field

Exceptions

Exception TypeCondition
TipcException If there is an error copying the data
TipcMsgException If there is no field by that name
TipcException For all other errors

See Also

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


Copyright © TIBCO Software Inc. All rights reserved