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

readShort function Next Page

readString function


Synopsis

qa_int QABinaryMessage::readString(
qa_string dest,
qa_int maxLen
)

Parameters
Remarks

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

See Also

writeString function

Returns

The total number of non-null qa_chars read into the buffer, -1 if there is no more data or an error occurred, or -2 if the buffer is too small.