Uses of Interface
net.codecrete.usb.UsbInterface
-
Uses of UsbInterface in net.codecrete.usb
Methods in net.codecrete.usb that return UsbInterfaceModifier and TypeMethodDescription@NotNull UsbInterfaceUsbDevice.getInterface(int interfaceNumber) Gets the interface with the specified number.Methods in net.codecrete.usb that return types with arguments of type UsbInterfaceModifier and TypeMethodDescription@NotNull @Unmodifiable List<UsbInterface> UsbDevice.getInterfaces()Gets the interfaces of this device.