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

 

writeBinary function

Syntax
void QABinaryMessage::writeBinary(
  qa_const_bytes value,
  qa_int offset,
  qa_int length
)
Parameters
  • value   The byte array value to write to the message body.

  • offset   The offset within the byte array to begin writing.

  • length   The number of bytes to write.

Remarks

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

See Also

readBinary function