readBoolean function

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

Remarks

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

See Also

writeBoolean function

Returns

True if and only if the operation succeeded.