readLong function

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

Remarks

Reads a signed 64-bit integer value starting from the unread portion of the QABinaryMessage instance's message body.

See Also

writeLong function

Returns

True if and only if the operation succeeded.