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 平板电脑的 HID。HID 只有一个端点(类型 - 中断,方向 - 输入)。我正在使用来自 UsbRequest 的队列方法从该端点接收数据,然后我必须向 HID 发送回复。我认为我应该使用 controlTransfer 方法来做到这一点。但我不知道我应该为这个方法的前两个参数选择什么值:
requestType - 此事务的请求类型
request - 此交易的请求 ID
有人可以解释一下如何正确使用此方法,或者可能有其他方法可以向 HID 发送回复?