Uses of Enum Class
net.codecrete.usb.USBDirection
-
Uses of USBDirection in net.codecrete.usb
Methods in net.codecrete.usb that return USBDirectionModifier and TypeMethodDescriptionUSBEndpoint.direction()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.USBAlternateInterface.getEndpoint(int endpointNumber, USBDirection direction) Gets the endpoint with the specified number and direction.USBDevice.getEndpoint(USBDirection direction, int endpointNumber) Gets the endpoint with the specified number.