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 类

 

writeBinary 函数

语法
void QABinaryMessage::writeBinary(
  qa_const_bytes value,
  qa_int offset,
  qa_int length
)
参数
  • value   写入消息主体的字节数组值。

  • offset   要开始写入的字节数组内的偏移。

  • length   要写入的字节数。

注释

将字节数组值附加到 QABinaryMessage 实例的消息主体中。

另请参见

readBinary 函数