SmartSockets .NET Class Library

TipcMsg.appendUtf8Array Method (String[], Int32, Int32)

Append an array of UTF-8 strings to a message. The String's will be converted to UTF-8 prior to being appended to the message.

public virtual void appendUtf8Array(
   string[] data,
   int offset,
   int length
);

Parameters

data
data for a new message field.
offset
start location in str_array_data
length
number of elements to append

See Also

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


Copyright © TIBCO Software Inc. All rights reserved