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 » QAManagerBase class

 

createBinaryMessage function

Syntax
QABinaryMessage * QAManagerBase::createBinaryMessage()
Remarks

Creates a QABinaryMessage instance.

A QABinaryMessage instance is used to send a message containing a message body of uninterpreted bytes.

See Also

QABinaryMessage class

Returns

A new QABinaryMessage class instance.