SmartSockets .NET Class Library

TipcMsg.updateNamedGuidArray Method 

Update an array of Globally Unique Identifiers to a message, with a name.

public virtual void updateNamedGuidArray(
   string name,
   sbyte[][] Value,
   int offset,
   int length
);

Parameters

name
the name to use
Value
a byte array holding the GUID array
offset
the offset into the array
length
number of bytes 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 | appendGuidArray | addNamedGuidArray


Copyright © TIBCO Software Inc. All rights reserved