SmartSockets .NET Class Library

TipcMsg.appendStrArray Method

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.

Overload List

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[]);

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[],int,int);

See Also

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


Copyright © TIBCO Software Inc. All rights reserved