Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The USBD_PIPE_TYPE enumerator indicates the type of pipe.
Syntax
typedef enum _USBD_PIPE_TYPE {
UsbdPipeTypeControl,
UsbdPipeTypeIsochronous,
UsbdPipeTypeBulk,
UsbdPipeTypeInterrupt
} USBD_PIPE_TYPE;
Constants
UsbdPipeTypeControl Indicates that the pipe is a control pipe. |
UsbdPipeTypeIsochronous Indicates that the pipe is an isochronous transfer pipe. |
UsbdPipeTypeBulk Indicates that the pipe is a bulk transfer pipe. |
UsbdPipeTypeInterrupt Indicates that the pipe is an interrupt pipe. |
Requirements
Requirement | Value |
---|---|
Header | usb.h (include Usb.h) |