File
Doc
Category
Size
Date
Package
UsbRequest.java
API Doc
Android 5.1 API
879
Sat Mar 14 14:09:44 GMT 2015
android.hardware.usb
UsbRequest
java.lang.Object
public class UsbRequest extends Object
Fields Summary
Constructors Summary
public UsbRequest
()
throw new RuntimeException("Stub!");
Methods Summary
public
boolean
cancel
()
throw new RuntimeException("Stub!");
public void
close
()
throw new RuntimeException("Stub!");
protected void
finalize
()
throw new RuntimeException("Stub!");
public
java.lang.Object
getClientData
()
throw new RuntimeException("Stub!");
public
android.hardware.usb.UsbEndpoint
getEndpoint
()
throw new RuntimeException("Stub!");
public
boolean
initialize
(
android.hardware.usb.UsbDeviceConnection
connection,
android.hardware.usb.UsbEndpoint
endpoint)
throw new RuntimeException("Stub!");
public
boolean
queue
(
java.nio.ByteBuffer
buffer,
int
length)
throw new RuntimeException("Stub!");
public void
setClientData
(
java.lang.Object
data)
throw new RuntimeException("Stub!");
Java Code Source