Uses of Interface
net.codecrete.usb.UsbEndpoint
-
Uses of UsbEndpoint in net.codecrete.usb
Methods in net.codecrete.usb that return UsbEndpointModifier and TypeMethodDescription@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.Methods in net.codecrete.usb that return types with arguments of type UsbEndpointModifier and TypeMethodDescription@NotNull @Unmodifiable List<UsbEndpoint> UsbAlternateInterface.getEndpoints()Gets the endpoints of this alternate interface settings.