writeByte function

Syntax
void QABinaryMessage::writeByte(
  qa_byte value
)
Parameters
  • value   The byte array value to write to the message body.

Remarks

Appends a byte value to the QABinaryMessage instance's message body.

The byte is represented as a one-byte value.

See Also

readByte function