| 
    FreeRDP
    
   | 
 

Data Fields | |
| IUDEVICE | iface | 
| void * | udev | 
| void * | prev | 
| void * | next | 
| UINT32 | UsbDevice | 
| UINT32 | ReqCompletion | 
| IWTSVirtualChannelManager * | channelManager | 
| UINT32 | channelID | 
| UINT16 | status | 
| BYTE | bus_number | 
| BYTE | dev_number | 
| char | path [17] | 
| UINT8 | port_number | 
| int | isCompositeDevice | 
| LIBUSB_DEVICE_HANDLE * | libusb_handle | 
| LIBUSB_DEVICE_HANDLE * | hub_handle | 
| LIBUSB_DEVICE * | libusb_dev | 
| LIBUSB_DEVICE_DESCRIPTOR * | devDescriptor | 
| MSUSB_CONFIG_DESCRIPTOR * | MsConfig | 
| LIBUSB_CONFIG_DESCRIPTOR * | LibusbConfig | 
| wArrayList * | request_queue | 
| URBDRC_PLUGIN * | urbdrc | 
Definition at line 39 of file libusb_udevice.h.
| BYTE UDEVICE::bus_number | 
Definition at line 52 of file libusb_udevice.h.
| UINT32 UDEVICE::channelID | 
Definition at line 50 of file libusb_udevice.h.
| IWTSVirtualChannelManager* UDEVICE::channelManager | 
Definition at line 49 of file libusb_udevice.h.
| BYTE UDEVICE::dev_number | 
Definition at line 53 of file libusb_udevice.h.
| LIBUSB_DEVICE_DESCRIPTOR* UDEVICE::devDescriptor | 
Definition at line 61 of file libusb_udevice.h.
| LIBUSB_DEVICE_HANDLE* UDEVICE::hub_handle | 
Definition at line 59 of file libusb_udevice.h.
| IUDEVICE UDEVICE::iface | 
Definition at line 41 of file libusb_udevice.h.
| int UDEVICE::isCompositeDevice | 
Definition at line 56 of file libusb_udevice.h.
| LIBUSB_DEVICE* UDEVICE::libusb_dev | 
Definition at line 60 of file libusb_udevice.h.
| LIBUSB_DEVICE_HANDLE* UDEVICE::libusb_handle | 
Definition at line 58 of file libusb_udevice.h.
| LIBUSB_CONFIG_DESCRIPTOR* UDEVICE::LibusbConfig | 
Definition at line 63 of file libusb_udevice.h.
| MSUSB_CONFIG_DESCRIPTOR* UDEVICE::MsConfig | 
Definition at line 62 of file libusb_udevice.h.
| void* UDEVICE::next | 
Definition at line 45 of file libusb_udevice.h.
| char UDEVICE::path[17] | 
Definition at line 54 of file libusb_udevice.h.
| UINT8 UDEVICE::port_number | 
Definition at line 55 of file libusb_udevice.h.
| void* UDEVICE::prev | 
Definition at line 44 of file libusb_udevice.h.
| UINT32 UDEVICE::ReqCompletion | 
Definition at line 48 of file libusb_udevice.h.
| wArrayList* UDEVICE::request_queue | 
Definition at line 65 of file libusb_udevice.h.
| UINT16 UDEVICE::status | 
Definition at line 51 of file libusb_udevice.h.
| void* UDEVICE::udev | 
Definition at line 43 of file libusb_udevice.h.
| URBDRC_PLUGIN* UDEVICE::urbdrc | 
Definition at line 67 of file libusb_udevice.h.
| UINT32 UDEVICE::UsbDevice | 
Definition at line 47 of file libusb_udevice.h.