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

 

readChar 関数

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

備考

QABinaryMessage インスタンスのメッセージ本文未読部分の先頭から、char 値を読み込みます。

参照

writeChar 関数

戻り値

読み込まれた char 値。