Click or drag to resize

USBPipeCollection Class

Collection of UsbPipe objects
Inheritance Hierarchy
SystemObject
  MadWizard.WinUSBNetUSBPipeCollection

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

The USBPipeCollection type exposes the following members.

Properties
  NameDescription
Public propertyItem
Returns the pipe from the collection with the given pipe address
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
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