writeLong function

Syntax
void QABinaryMessage::writeLong(
  qa_long value
)
Parameters
  • value   The long value to write to the message body.

Remarks

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.

See Also

readLong function