WINUSB_PIPE_INFORMATION_EX結構 (winusbio.h)
WINUSB_PIPE_INFORMATION_EX結構包含管線資訊,WinUsb_QueryPipeEx常式擷取。
語法
typedef struct _WINUSB_PIPE_INFORMATION_EX {
USBD_PIPE_TYPE PipeType;
UCHAR PipeId;
USHORT MaximumPacketSize;
UCHAR Interval;
ULONG MaximumBytesPerInterval;
} WINUSB_PIPE_INFORMATION_EX, *PWINUSB_PIPE_INFORMATION_EX;
成員
PipeType
指定管道類型的 USBD_PIPE_TYPE型別列舉值。
PipeId
管道識別碼 (識別碼) 。
MaximumPacketSize
在管道上傳輸之封包的大小上限,以位元組為單位。
Interval
管道間隔。
MaximumBytesPerInterval
可以單一間隔傳輸的最大位元組數目。 此值可能大於高頻寬、高速週期端點和超速度週期端點上的 MaximumPacketSize 值,例如時序端點。
規格需求
標頭 | winusbio.h (包含 Winusbio.h) |