Uses of Class
android.hardware.usb.UsbEndpoint

Packages that use UsbEndpoint
android.hardware.usb   
 

Uses of UsbEndpoint in android.hardware.usb
 

Fields in android.hardware.usb with type parameters of type UsbEndpoint
static Parcelable.Creator<UsbEndpoint> UsbEndpoint.CREATOR
           
 

Methods in android.hardware.usb that return UsbEndpoint
 UsbEndpoint UsbRequest.getEndpoint()
           
 UsbEndpoint UsbInterface.getEndpoint(int index)
           
 

Methods in android.hardware.usb with parameters of type UsbEndpoint
 int UsbDeviceConnection.bulkTransfer(UsbEndpoint endpoint, byte[] buffer, int length, int timeout)
           
 boolean UsbRequest.initialize(UsbDeviceConnection connection, UsbEndpoint endpoint)
           
 



Copyright © 2008-2012. All Rights Reserved.