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

 

readChar function

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

Remarks

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

See Also

writeChar function

Returns

The character value read.