Uses of Class
net.codecrete.usb.USBDeviceFilter
-
Uses of USBDeviceFilter in net.codecrete.usb
Methods in net.codecrete.usb with parameters of type USBDeviceFilterModifier and TypeMethodDescriptionstatic USBDeviceUSB.getDevice(USBDeviceFilter filter) Gets the first connected USB device matching the specified filter.USB.getDevices(USBDeviceFilter filter) Gets a list of connected USB devices matching the specified filter.Method parameters in net.codecrete.usb with type arguments of type USBDeviceFilterModifier and TypeMethodDescriptionstatic USBDeviceUSB.getDevice(List<USBDeviceFilter> filters) Gets the first connected USB device matching any of the specified filters.USB.getDevices(List<USBDeviceFilter> filters) Gets a list of connected USB devices matching any of the specified filters.static booleanUSBDeviceFilter.matchesAny(USBDevice device, List<USBDeviceFilter> filters) Test if the USB devices matches any of the filter conditions.