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

 

readInt 関数

構文
qa_bool QABinaryMessage::readInt(
  qa_int * value
)
パラメータ
  • value   バイト・メッセージ・ストリームから読み込んだ qa_int 値の格納先。

備考

QABinaryMessage インスタンスのメッセージ本文未読部分の先頭から、符号付き 32 ビット int 値を読み込みます。

参照

writeInt 関数

戻り値

処理が正常終了した場合のみ true。