USBD_PIPE_TYPE enumeration

The USBD_PIPE_TYPE enumerator indicates the type of pipe.

Syntax


typedef enum _USBD_PIPE_TYPE { 
  UsbdPipeTypeControl      = 0,
  UsbdPipeTypeIsochronous  = 1,
  UsbdPipeTypeBulk         = 2,
  UsbdPipeTypeInterrupt    = 3
} 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 a interrupt pipe.

Requirements

Header

Usb.h (include Usb.h)

See also

USB Constants and Enumerations

 

 

Send comments about this topic to Microsoft

Build date: 12/5/2013

Show:
© 2014 Microsoft. All rights reserved.