writeInt function

Syntax
void QABinaryMessage::writeInt(
  qa_int value
)
Parameters
  • value   the int value to write to the message body.

Remarks

Appends an integer value to the QABinaryMessage instance's message body.

The integer parameter is represented as a four-byte value and higher order bytes are appended first.

See Also

readInt function