USBDevice Properties |
The USBDevice type exposes the following members.
| Name | Description | |
|---|---|---|
| ControlPipeTimeout |
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.
| |
| Descriptor |
Device descriptor with information about the device
| |
| Interfaces |
Collection of all interfaces available on the USB device
| |
| Pipes |
Collection of all pipes available on the USB device
|