Вопрос

There is a function GetConfigurationDescriptorPtr, for getting pointer to configuration descriptor, inside IOUSBDeviceInterface. Link for reference is given below.

http://developer.apple.com/library/mac/#documentation/Darwin/Reference/IOKit/IOUSBLib_h/Classes/IOUSBDeviceInterface/index.html#//apple_ref/doc/com/intfm/IOUSBDeviceInterface/GetConfigurationDescriptorPtr

Is there any such function like GetDeviceDecriptorPtr for getting pointer to device descriptor?

Thanks in advance..

Это было полезно?

Решение

There is no such function, but we can create such function when we study the source code of USBProber.

Here is link to download the source code of IOUSBFamily, with USBProber inside it. http://opensource.apple.com/tarballs/IOUSBFamily/

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top