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

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere C++ API reference » QABinaryMessage class

 

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