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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QABinaryMessage class

 

readInt function

Syntax
qa_bool QABinaryMessage::readInt(
  qa_int * value
)
Parameters
  • value   The destination of the qa_int value read from the bytes message stream.

Remarks

Reads a signed 32-bit integer value starting from the unread portion of the QABinaryMessage instance's message body.

See Also

writeInt function

Returns

True if and only if the operation succeeded.