readByte function

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

Remarks

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

See Also

writeByte function

Returns

True if and only if the operation succeeded.