Example usage for Java android.hardware.usb UsbEndpoint fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getAddress() Returns the endpoint's address field. |
int | getAttributes() Returns the endpoint's attributes field. |
int | getDirection() Returns the endpoint's direction. |
int | getEndpointNumber() Extracts the endpoint's endpoint number from its address |
int | getInterval() Returns the endpoint's interval field. |
int | getMaxPacketSize() Returns the endpoint's maximum packet size. |
int | getType() Returns the endpoint's type. |