#include <fusb_darwin.h>


Public Member Functions | |
| fusb_devhandle_darwin (usb_dev_handle *udh) | |
| virtual | ~fusb_devhandle_darwin () |
| virtual fusb_ephandle * | make_ephandle (int endpoint, bool input_p, int block_size=0, int nblocks=0) |
| return an ephandle of the correct subtype | |
This is currently identical to the generic implementation and is intended as a starting point for whatever magic is required to make usb fly.
| fusb_devhandle_darwin::fusb_devhandle_darwin | ( | usb_dev_handle * | udh | ) |
| fusb_devhandle_darwin::~fusb_devhandle_darwin | ( | ) | [virtual] |
| fusb_ephandle * fusb_devhandle_darwin::make_ephandle | ( | int | endpoint, | |
| bool | input_p, | |||
| int | block_size = 0, |
|||
| int | nblocks = 0 | |||
| ) | [virtual] |
1.5.8