Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere C++ API reference » QABinaryMessage class

 

writeString function

Syntax
void QABinaryMessage::writeString(
  qa_const_string value
)
Parameters
  • value   The string value to write to the message body.

Remarks

Appends a string value to the QABinaryMessage instance's message body.

Note: The receiving application needs to invoke QABinaryMessagereadString for each writeString invocation.

Note: The UTF-8 representation of the string can be at most 32767 bytes.

See Also

readString function