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

readChar function Next Page

readDouble function


Synopsis

qa_bool QABinaryMessage::readDouble(
qa_double * value
)

Parameters
Remarks

Reads a double value starting from the unread portion of the QABinaryMessage instance's message body.

See Also

writeDouble function

Returns

True if and only if the operation succeeded.