本文介绍了DISPATCH_URB_FUNCTION_CLASS_DEVICE&有效载荷的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以帮助URB结构中的哪些地方可以看到实际的有效载荷吗?谢谢

Could someone help where in the URB structure I can see the actual payload? thanks

推荐答案

如果有数据有效负载,那么无论是由USB驱动程序创建(对于OUT)还是由设备返回(对于IN),都会记录在相应的URB完成事件中。

If there is a data payload, then regardless of whether it is created by a USB driver (for OUT) or returned by the device (for IN), it is logged in the corresponding URB completion event.


这篇关于DISPATCH_URB_FUNCTION_CLASS_DEVICE&有效载荷的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 03:32