SmartSockets .NET Class Library

TipcMsg.updateNamedInt2Array Method 

Updates a named 2 byte integer array field in a message.

public virtual void updateNamedInt2Array(
   string name,
   short[] Value,
   int offset,
   int length
);

Parameters

name
the name of the field
Value
the new int2 array data for the field
offset
offset into 'Value'
length
number of shorts 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 | appendInt2Array | addNamedInt2Array


Copyright © TIBCO Software Inc. All rights reserved