Java android.hardware.usb UsbEndpoint fields, constructors, methods, implement or subclass

Example usage for Java android.hardware.usb UsbEndpoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.hardware.usb UsbEndpoint.

The text is from its open source code.

Method

intgetAddress()
Returns the endpoint's address field.
intgetAttributes()
Returns the endpoint's attributes field.
intgetDirection()
Returns the endpoint's direction.
intgetEndpointNumber()
Extracts the endpoint's endpoint number from its address
intgetInterval()
Returns the endpoint's interval field.
intgetMaxPacketSize()
Returns the endpoint's maximum packet size.
intgetType()
Returns the endpoint's type.