public class UsbRequest extends Object
| Constructor and Description |
|---|
UsbRequest() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public boolean initialize(UsbDeviceConnection connection, UsbEndpoint endpoint)
public void close()
protected void finalize()
throws Throwable
public UsbEndpoint getEndpoint()
public Object getClientData()
public void setClientData(Object data)
public boolean queue(ByteBuffer buffer, int length)
public boolean cancel()
Copyright © 2008-2013. All Rights Reserved.