Click or drag to resize

USBInterface Properties

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
See Also