SmartSockets .NET Class Library

TipcMsg.updateNamedMsgArray Method 

Updates a named message array field in a message.

public virtual void updateNamedMsgArray(
   string name,
   TipcMsg[] Value,
   int offset,
   int length
);

Parameters

name
the name of the field
Value
the new msg array data for the field
offset
offset into 'Value'
length
number of TipcMsgs in 'Value' to copy

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 | appendMsgArray | addNamedMsgArray


Copyright © TIBCO Software Inc. All rights reserved