public final class IsoPacketDescriptor extends Object
Modifier and Type | Method and Description |
---|---|
int |
actualLength()
Returns the amount of data that was actually transferred.
|
boolean |
equals(Object obj) |
long |
getPointer()
Returns the native pointer.
|
int |
hashCode() |
int |
length()
Returns the length of data to request in this packet.
|
void |
setLength(int length)
Sets the length of data to request in this packet.
|
int |
status()
Returns the status code for this packet.
|
String |
toString() |
public long getPointer()
public int length()
public void setLength(int length)
length
- The length to set.public int actualLength()
public int status()
Copyright © 2011–2018 usb4java Team. All rights reserved.