I found this "USB Host" API at page
http://developer.android.com/guide/topics/usb/host.html

"android.hardware.usb.UsbRequest"
"A class representing USB request packet. This can be used for both
reading and writing data to or from a UsbDeviceConnection. UsbRequests
can be used to transfer data on bulk and interrupt endpoints. Requests
on bulk endpoints can be sent synchronously via
bulkTransfer(UsbEndpoint, byte[], int, int) or asynchronously via
queue(ByteBuffer, int) and requestWait(). Requests on interrupt
endpoints are only send and received asynchronously."

It is possibile use ISOC (Isochronus) usb transmision with this API ?
Or another metod to use ISOC device ?

M

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to