enumAUsbPipeTypes Enum |
Version 7 |
Integer constants specifying the Usb Pipe Types.
|
Name |
Value |
Description |
|
aUsbPipeTypeControl |
0 |
Control - setup a device |
|
aUsbPipeTypeBulkIn |
1 |
Bulk In - receive data with Ack (no timing constrains) |
|
aUsbPipeTypeBulkOut |
2 |
Bulk Out - send data with Ack (no timing constrains) |
|
aUsbPipeTypeInterruptIn |
3 |
Interrupt In - receive data with Ack (guarantee time) |
|
aUsbPipeTypeInterruptOut |
4 |
Interrupt Out - send data with Ack (guarantee time) |
|
aUsbPipeTypeIsochronousIn |
5 |
Isochronous In - receive streaming data (guarantee time) |
|
aUsbPipeTypeIsochronousOut |
6 |
Isochronous Out - send streaming data (guarantee time) |