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.