SmartSockets .NET Class Library

TipcMsg.appendStr Method 

Appends a string field to a message.

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

public virtual void appendStr(
   string s
);

Parameters

s
data for new message field

See Also

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


Copyright © TIBCO Software Inc. All rights reserved