void QABinaryMessage::writeLong(
qa_long value
)
value The long value to write to the message body.
Appends a long value to the QABinaryMessage instance's message body.
The long parameter is represented as an eight-byte value and higher order bytes are appended first.