readFloat function

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

Remarks

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

See Also

writeFloat function

Returns

True if and only if the operation succeeded.