USBホストモードでのcontrolTransferについて、誰か明確に説明してください。パラメータの正確な意味は何ですか。
requestType、requestID、value、index について知りたいです。
controlTransfer(int requestType, int request, int value, int index, byte[] buffer, int length, int timeout)
Parameters:
requestType request type for this transaction
request request ID for this transaction
value value field for this transaction
index index field for this transaction
ありがとう