http://developer.android.com/reference/android/hardware/usb/UsbEndpoint.html
*Isochronous endpoints are currently unsupported. * On Wednesday, 18 January 2012 20:20:52 UTC, Marius Maximus wrote: > > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

