Jungo WinDriver  
Official Documentation
WDU_TRANSFER Struct Reference

#include <windrvr_usb.h>

Data Fields

DWORD dwUniqueID
 
DWORD dwPipeNum
 Pipe number on device. More...
 
DWORD fRead
 TRUE for read (IN) transfers; FALSE for write (OUT) transfers. More...
 
DWORD dwOptions
 USB_TRANSFER options: USB_ISOCH_FULL_PACKETS_ONLY - For isochronous transfers only. More...
 
PVOID pBuffer
 Pointer to buffer to read/write. More...
 
DWORD dwBufferSize
 Amount of bytes to transfer. More...
 
DWORD dwBytesTransferred
 Returns the number of bytes actually read/written. More...
 
UCHAR SetupPacket [8]
 Setup packet for control pipe transfer. More...
 
DWORD dwTimeout
 Timeout for the transfer in milliseconds. More...
 

Detailed Description

Definition at line 416 of file windrvr_usb.h.


The documentation for this struct was generated from the following file: