#include <fusb.h>
Inheritance diagram for fusb_devhandle:


Public Member Functions | |
| fusb_devhandle (usb_dev_handle *udh) | |
| virtual | ~fusb_devhandle () |
| virtual fusb_ephandle * | make_ephandle (int endpoint, bool input_p, int block_size=0, int nblocks=0)=0 |
| return an ephandle of the correct subtype | |
| usb_dev_handle * | get_usb_dev_handle () const |
Protected Attributes | |
| usb_dev_handle * | d_udh |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
return an ephandle of the correct subtype
Implemented in fusb_devhandle_darwin, fusb_devhandle_generic, fusb_devhandle_linux, fusb_devhandle_ra_wb, and fusb_devhandle_win32. |
|
|
|
1.4.6