Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

writeFloat function Next Page

writeInt function


Synopsis

void QABinaryMessage::writeInt(
qa_int value
)

Parameters
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