SmartSockets .NET Class Library

TipcMsg.addNamedUtf8Array Method 

Append a UTF-8 string array field to a message, with a name.

public virtual void addNamedUtf8Array(
   string name,
   string[] Value,
   int off,
   int len
);

Parameters

name
the name to use
Value
data for a new message field.
off
offset into 'Value'
len
number of Strings in 'Value' to copy

Exceptions

Exception TypeCondition
TipcAlreadyExistsException If the named field already exists
TipcException For all other errors

See Also

TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace | appendUtf8Array


Copyright © TIBCO Software Inc. All rights reserved