factory for creating concrete instances of the appropriate subtype. More...
#include <fusb.h>
Static Public Member Functions | |
| static fusb_devhandle * | make_devhandle (libusb_device_handle *udh, libusb_context *ctx=0) |
| returns fusb_devhandle or throws if trouble | |
| static int | max_block_size () |
| Returns max block size in bytes (hard limit). | |
| static int | default_block_size () |
| Returns default block size in bytes. | |
| static int | default_buffer_size () |
| Returns the default buffer size in bytes. | |
factory for creating concrete instances of the appropriate subtype.
| static int fusb_sysconfig::default_block_size | ( | ) | [static] |
Returns default block size in bytes.
| static int fusb_sysconfig::default_buffer_size | ( | ) | [static] |
Returns the default buffer size in bytes.
| static fusb_devhandle* fusb_sysconfig::make_devhandle | ( | libusb_device_handle * | udh, | |
| libusb_context * | ctx = 0 | |||
| ) | [static] |
returns fusb_devhandle or throws if trouble
| static int fusb_sysconfig::max_block_size | ( | ) | [static] |
Returns max block size in bytes (hard limit).
1.6.3