Uses of Interface
net.codecrete.usb.UsbDevicePredicate
-
Uses of UsbDevicePredicate in net.codecrete.usb
Methods in net.codecrete.usb with parameters of type UsbDevicePredicateModifier and TypeMethodDescriptionUsb.findDevice(@NotNull UsbDevicePredicate predicate) Gets the first connected USB device matching the specified predicate.Usb.findDevices(@NotNull UsbDevicePredicate predicate) Gets a list of connected USB devices matching the specified predicate.Method parameters in net.codecrete.usb with type arguments of type UsbDevicePredicateModifier and TypeMethodDescriptionstatic booleanUsbDevicePredicate.matchesAny(@NotNull UsbDevice device, @NotNull List<UsbDevicePredicate> predicates) Test if the USB devices matches any of the filter conditions.