什么是 HID_REPORT_DESCRIPTOR?
HID_REPORT_DESCRIPTOR
是什么以及它的用途是什么。我在网上找到了一些定义,但我不明白。我们如何使用它以及如何编辑报告描述符。 请指导我,我将不胜感激。
What is HID_REPORT_DESCRIPTOR
and what is the use of this. I had found some definitions in web, but I don't understand. How we can use use this and how we can edit a Report Descriptor.
Please guide me, it would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个教程几乎详细解释了有关
的所有内容HID_REPORT_DESCRIPTOR
。请在提问前先进行谷歌搜索。
This tutorial pretty much explains everything in detail about
HID_REPORT_DESCRIPTOR
.Please do a google search before you ask a question.
HID 报告描述符是 HID 报告的描述。 :-)
它描述了人机接口设备可以做什么,以及如何与其交谈。
http://www.usblyzer.com/usb- human -interface-device-hid-class-decoder.htm
A HID Report Descriptor is a description for a HID Report. :-)
It describes what a Human Interface Device can do, and how you talk to it.
http://www.usblyzer.com/usb-human-interface-device-hid-class-decoder.htm