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

 

writeChar 関数

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

備考

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

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

参照

readChar 関数