LibUsbDotNet 2.2.8
Check Method (usbDevice)
Library Reference ► LibUsbDotNet.Main ► UsbDeviceFinder ► Check(UsbDevice)
|
Dynamic predicate find function. Pass this function into any method that has a Predicate<(Of <(<'T>)>)> parameter.
Declaration Syntax
Parameters
- usbDevice (UsbDevice)
- The UsbDevice to check.
Return Value
True if the UsbDevice instance matches the UsbDeviceFinder properties.
Remarks
Override this member when inheriting the UsbDeviceFinder class to change/alter the matching behavior.