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 クラス

 

writeInt 関数

構文
void QABinaryMessage::writeInt(
  qa_int value
)
パラメータ
  • value   メッセージ本文に書き込む int 値。

備考

QABinaryMessage インスタンスのメッセージ本文に int 値を追加します。

int パラメータは 4 バイトの値で示され、上位のバイトから追加されます。

参照

readInt 関数