Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
QABinaryMessage インスタンスのメッセージ本文に int 値を追加します。
void QABinaryMessage.writeInt(int val) throws QAException
val メッセージ本文に書き込む int 値。
QAException クラス メッセージ本文への int 値の追加で問題が発生した場合にスローされます。
int パラメーターは 4 バイトの値で示され、上位のバイトから追加されます。