SmartSockets .NET Class Library

TipcMsg.addNamedMsgIdArray Method 

Append an array of TIBCO message IDs to a message.

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

Parameters

name
the name to use
Value
a byte array holding the message ID.
offset
the offset into the array
length
the number of elements to add

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 | appendMsgIdArray


Copyright © TIBCO Software Inc. All rights reserved