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

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere C++ API 参考 » QABinaryMessage 类

 

writeShort 函数

语法
void QABinaryMessage::writeShort(
  qa_short value
)
参数
  • value   要写入消息主体的短整型值。

注释

将短整型值附加到 QABinaryMessage 实例的消息主体中。

短整型参数由一个双字节值表示,首先附加高位字节。

另请参见

readShort 函数