Click or drag to resize

USBDevice Properties

The USBDevice type exposes the following members.

Properties
  NameDescription
Public propertyControlPipeTimeout
Specifies the timeout in milliseconds for control pipe operations. If a control transfer does not finish within the specified time it will fail. When set to zero, no timeout is used. Default value is 5000 milliseconds.
Public propertyDescriptor
Device descriptor with information about the device
Public propertyInterfaces
Collection of all interfaces available on the USB device
Public propertyPipes
Collection of all pipes available on the USB device
Top
See Also