void QABinaryMessage::writeInt(
qa_int value
)
value the int value to write to the message body.
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.