void QABinaryMessage::writeBinary(
qa_const_bytes value,
qa_int offset,
qa_int length
)
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.
Appends a byte array value to the QABinaryMessage instance's message body.