typedef struct _RDUSB_PIPE_INFORMATION {
USHORT MaximumPacketSize;
UCHAR EndpointAddress;
UCHAR Interval;
RDUSB_PIPE_TYPE PipeType;
PVOID Reserved;
ULONG MaximumTransferSize;
ULONG PipeFlags;
} RDUSB_PIPE_INFORMATION, *PRDUSB_PIPE_INFORMATION;
Members
| Specifies the maximum packet size, in bytes, that this pipe handles.
|
| Specifies the bus address for this pipe.
|
| Specifies a polling period for this pipe in milliseconds. This value is only valid if PipeType is set to UsbPipeTypeInterrupt.
|
| Maximum size for a single request in bytes.
|
|