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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere C++ API Reference » QABinaryMessage class

reset function Next Page

writeBinary function


Synopsis

void QABinaryMessage::writeBinary(
qa_const_bytes value,
qa_int offset,
qa_int length
)

Parameters
Remarks

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

See Also

readBinary function