Click or drag to resize

USBInterfaceCollection Class

Collection of UsbInterface objects
Inheritance Hierarchy
SystemObject
  MadWizard.WinUSBNetUSBInterfaceCollection

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class USBInterfaceCollection : IEnumerable<USBInterface>, 
	IEnumerable

The USBInterfaceCollection type exposes the following members.

Properties
  NameDescription
Public propertyItem
Get interface by interface number
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFind
Finds the first interface with that matches the device class given by the interfaceClass parameter.
Public methodFindAll
Finds all interfaces matching the device class given by the interfaceClass parameter.
Public methodGetEnumerator
Returns a typed enumerator that iterates through a collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also