WINUSB_PIPE_INFORMATION structure
The WINUSB_PIPE_INFORMATION structure contains pipe information that the WinUsb_QueryPipe routine retrieves.
Syntax
typedef struct _WINUSB_PIPE_INFORMATION { USBD_PIPE_TYPE PipeType; UCHAR PipeId; USHORT MaximumPacketSize; UCHAR Interval; } WINUSB_PIPE_INFORMATION, *PWINUSB_PIPE_INFORMATION;
Members
- PipeType
-
A USBD_PIPE_TYPE-type enumeration value that specifies the pipe type.
- PipeId
-
The pipe identifier (ID).
- MaximumPacketSize
-
The maximum size, in bytes, of the packets that are transmitted on the pipe.
- Interval
-
The pipe interval.
Requirements
Header |
|
---|
See also
Send comments about this topic to Microsoft
Build date: 12/5/2013
Show: