readDouble function

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

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.