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