|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.hardware.usb.UsbRequest
public class UsbRequest
| Constructor Summary | |
|---|---|
UsbRequest()
|
|
| Method Summary | |
|---|---|
boolean |
cancel()
|
void |
close()
|
protected void |
finalize()
|
Object |
getClientData()
|
UsbEndpoint |
getEndpoint()
|
boolean |
initialize(UsbDeviceConnection connection,
UsbEndpoint endpoint)
|
boolean |
queue(ByteBuffer buffer,
int length)
|
void |
setClientData(Object data)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UsbRequest()
| Method Detail |
|---|
public boolean initialize(UsbDeviceConnection connection,
UsbEndpoint endpoint)
public void close()
protected void finalize()
throws Throwable
finalize in class ObjectThrowablepublic UsbEndpoint getEndpoint()
public Object getClientData()
public void setClientData(Object data)
public boolean queue(ByteBuffer buffer,
int length)
public boolean cancel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||