#include <fusb_generic.h>
Inheritance diagram for fusb_ephandle_generic:


Public Member Functions | |
| fusb_ephandle_generic (fusb_devhandle_generic *dh, int endpoint, bool input_p, int block_size=0, int nblocks=0) | |
| virtual | ~fusb_ephandle_generic () |
| virtual bool | start () |
| begin streaming i/o | |
| virtual bool | stop () |
| stop streaming i/o | |
| virtual int | write (const void *buffer, int nbytes) |
| virtual int | read (void *buffer, int nbytes) |
| virtual void | wait_for_completion () |
|
||||||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
Implements fusb_ephandle. |
|
|
begin streaming i/o
Implements fusb_ephandle. |
|
|
stop streaming i/o
Implements fusb_ephandle. |
|
|
Implements fusb_ephandle. |
|
||||||||||||
|
Implements fusb_ephandle. |
1.4.6