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)
Syntaxpublic USBInterface[] FindAll(
USBBaseClass interfaceClass
)
Public Function FindAll (
interfaceClass As USBBaseClass
) As USBInterface()
public:
array<USBInterface^>^ FindAll(
USBBaseClass interfaceClass
)
Parameters
- interfaceClass
- Type: MadWizard.WinUSBNetUSBBaseClass
The device class the interface should match
Return Value
Type:
USBInterfaceAn array of USBInterface objects matching the device class, or an empty
array if no interface matches.
See Also