readShort function

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

Remarks

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

See Also

writeShort function

Returns

True if and only if the operation succeeded.