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

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere C++ API 参考 » QABinaryMessage 类

 

writeString 函数

语法
void QABinaryMessage::writeString(
  qa_const_string value
)
参数
  • value   要写入消息主体的字符串值。

注释

将字符串值附加到 QABinaryMessage 实例的消息主体中。

接收应用程序需要为每个 writeString 调用而调用 readString。

字符串的 UTF-8 表示形式最多可为 32767 个字节。

另请参见

readString 函数