Click or drag to resize

USBInterfaceCollectionFindAll Method

Finds all interfaces matching the device class given by the interfaceClass parameter.

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public USBInterface[] FindAll(
	USBBaseClass interfaceClass
)

Parameters

interfaceClass
Type: MadWizard.WinUSBNetUSBBaseClass
The device class the interface should match

Return Value

Type: USBInterface
An array of USBInterface objects matching the device class, or an empty array if no interface matches.
See Also