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

 

writeInt function

Syntax
void QABinaryMessage::writeInt(
  qa_int value
)
Parameters
  • value   the int value to write to the message body.

Remarks

Appends an integer value to the QABinaryMessage instance's message body.

The integer parameter is represented as a four-byte value and higher order bytes are appended first.

See Also

readInt function