For C/C++ clients, this field will represent ASCII characters only.
To send Unicode strings to C/C++ clients use appendUtf8Array
.
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);
TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace | appendUtf8Array