FileDocCategorySizeDatePackage
UsbDeviceConnection.javaAPI DocAndroid 5.1 API1636Sat Mar 14 14:09:40 GMT 2015android.hardware.usb

UsbDeviceConnection

public class UsbDeviceConnection extends Object

Fields Summary
Constructors Summary
UsbDeviceConnection()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intbulkTransfer(android.hardware.usb.UsbEndpoint endpoint, byte[] buffer, int length, int timeout)

 throw new RuntimeException("Stub!"); 
public intbulkTransfer(android.hardware.usb.UsbEndpoint endpoint, byte[] buffer, int offset, int length, int timeout)

 throw new RuntimeException("Stub!"); 
public booleanclaimInterface(android.hardware.usb.UsbInterface intf, boolean force)

 throw new RuntimeException("Stub!"); 
public voidclose()

 throw new RuntimeException("Stub!"); 
public intcontrolTransfer(int requestType, int request, int value, int index, byte[] buffer, int offset, int length, int timeout)

 throw new RuntimeException("Stub!"); 
public intcontrolTransfer(int requestType, int request, int value, int index, byte[] buffer, int length, int timeout)

 throw new RuntimeException("Stub!"); 
public intgetFileDescriptor()

 throw new RuntimeException("Stub!"); 
public byte[]getRawDescriptors()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetSerial()

 throw new RuntimeException("Stub!"); 
public booleanreleaseInterface(android.hardware.usb.UsbInterface intf)

 throw new RuntimeException("Stub!"); 
public android.hardware.usb.UsbRequestrequestWait()

 throw new RuntimeException("Stub!"); 
public booleansetConfiguration(android.hardware.usb.UsbConfiguration configuration)

 throw new RuntimeException("Stub!"); 
public booleansetInterface(android.hardware.usb.UsbInterface intf)

 throw new RuntimeException("Stub!");