SmartSockets .NET Class Library

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

Appends a string array field to a message.

For C/C++ clients, this field will represent ASCII characters only. To send Unicode strings to C/C++ clients use appendUtf8Array.

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

Parameters

data
data for 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.appendStrArray Overload List | appendUtf8Array


Copyright © TIBCO Software Inc. All rights reserved