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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QABinaryMessage class

 

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