Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データの一括転送に Android USB メソッドを使用すると、次の問題が発生しました。
int readAmt = 2; numBytesRead = mConnection.bulkTransfer(mReadEndpoint, mReadBuffer, readAmt, timeoutMillis);
numBytesRead現在は 4 です。要求されたよりも多くのバイトを受信するのは正常ですか? 私は常に、同様の読み取り方法で n バイト以下を取得すると想定してきました。
numBytesRead