SmartSockets .NET Class Library

TipcMsg.addNamedMsgId Method 

Append a TIBCO message ID to a message, with a name.

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

Parameters

name
the name to use
Value
a byte array holding the message ID.
offset
the offset into the array

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


Copyright © TIBCO Software Inc. All rights reserved