Home | History | Annotate | Download | only in usb

Lines Matching full:endpoint

24  * A class representing an endpoint on a {@link UsbInterface}.
29 * The endpoint zero is a special endpoint for control messages sent from the host
52 * Returns the endpoint's address field.
53 * The address is a bitfield containing both the endpoint number
54 * as well as the data direction of the endpoint.
55 * the endpoint number and direction can also be accessed via
58 * @return the endpoint's address
65 * Extracts the endpoint's endpoint number from its address
67 * @return the endpoint's endpoint number
74 * Returns the endpoint's direction.
82 * @return the endpoint's direction
89 * Returns the endpoint's attributes field.
91 * @return the endpoint's attributes
98 * Returns the endpoint's type.
101 * <li>{@link UsbConstants#USB_ENDPOINT_XFER_CONTROL} (endpoint zero)
102 * <li>{@link UsbConstants#USB_ENDPOINT_XFER_ISOC} (isochronous endpoint)
103 * <li>{@link UsbConstants#USB_ENDPOINT_XFER_BULK} (bulk endpoint)
104 * <li>{@link UsbConstants#USB_ENDPOINT_XFER_INT} (interrupt endpoint)
107 * @return the endpoint's type
114 * Returns the endpoint's maximum packet size.
116 * @return the endpoint's maximum packet size
123 * Returns the endpoint's interval field.
125 * @return the endpoint's interval