Hello Fabian
I have tried to queue isoch request,just like this:
frameStart += 100;
for (int i = 0; i <4; i++)
{
pipe->Read( frameStart, ... );
frameStart += MAX_FRAME;
}
But I can only get one error code: kIOReturnIsoTooNew
means that The isochronous I/O request is too early.So If
my way to queue isoch read request is wrong,what is the correct
way? Is there some sample like this for me?
Thanks & Best regards!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Usb mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/usb/email@hidden
This email sent to email@hidden