Click or drag to resize

USBInterface Class

Represents a single USB interface from a USB device
Inheritance Hierarchy
SystemObject
  MadWizard.WinUSBNetUSBInterface

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class USBInterface

The USBInterface type exposes the following members.

Properties
  NameDescription
Public propertyBaseClass
Interface class code. If the interface class does not match any of the USBBaseClass enumeration values the value will be USBBaseClass.Unknown
Public propertyClassValue
Interface class code as defined in the interface descriptor This property can be used if the class type is not defined int the USBBaseClass enumeration
Public propertyDevice
USB device associated with this interface
Public propertyInPipe
First IN direction pipe on this interface
Public propertyNumber
Interface number from the interface descriptor
Public propertyOutPipe
First OUT direction pipe on this interface
Public propertyPipes
Collection of pipes associated with this interface
Public propertyProtocol
Interface protocol code
Public propertySubClass
Interface subclass code
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also