Hello
I have to write a driver for a USB DSL modem, for that I want to implement some control functions.
To implement these function I do request to the modem using DeviceRequest, I send to the driver sendEncapsulatedCommand containing the command I want the modem perform for me. Whenn it's done the modem send to the driver a response_available notification.
Then the driver must send getEncapsulatedresponse still with DeviceRequest, and there is my question, how do I get the datas back from the modem, are they in the structure IOUSBDevRequest I pass to DeviceRequest or somewhere else ??
I really don't know and the documanetation about these functions s very poor :-(
if someone got a clue about this, let me know
Mathieu
I have to write a driver for a USB DSL modem, for that I want to implement some control functions.
To implement these function I do request to the modem using DeviceRequest, I send to the driver sendEncapsulatedCommand containing the command I want the modem perform for me. Whenn it's done the modem send to the driver a response_available notification.
Then the driver must send getEncapsulatedresponse still with DeviceRequest, and there is my question, how do I get the datas back from the modem, are they in the structure IOUSBDevRequest I pass to DeviceRequest or somewhere else ??
I really don't know and the documanetation about these functions s very poor :-(
if someone got a clue about this, let me know
Mathieu