Uses of Enum Class
net.codecrete.usb.UsbDirection
-
Uses of UsbDirection in net.codecrete.usb
Subclasses with type arguments of type UsbDirection in net.codecrete.usbMethods in net.codecrete.usb that return UsbDirectionModifier and TypeMethodDescriptionUsbEndpoint.getDirection()Gets the direction of the endpoint.static UsbDirectionReturns the enum constant of this class with the specified name.static UsbDirection[]UsbDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.codecrete.usb with parameters of type UsbDirectionModifier and TypeMethodDescriptionvoidUsbDevice.abortTransfers(UsbDirection direction, int endpointNumber) Aborts all transfers on an endpoint.voidUsbDevice.clearHalt(UsbDirection direction, int endpointNumber) Clears an endpoint's halt condition.@NotNull UsbEndpointUsbAlternateInterface.getEndpoint(int endpointNumber, UsbDirection direction) Gets the endpoint with the specified number and direction.@NotNull UsbEndpointUsbDevice.getEndpoint(UsbDirection direction, int endpointNumber) Gets the endpoint with the specified number.