#include <USBDevice.h>
|
static uint32_t | numDevices (uint16_t idVendor, uint16_t idProduct) |
|
Definition at line 9 of file USBDevice.h.
USBDevice::USBDevice |
( |
uint16_t |
idVendor, |
|
|
uint16_t |
idProduct |
|
) |
| |
USBDevice::~USBDevice |
( |
| ) |
|
|
virtual |
uint32_t USBDevice::numDevices |
( |
uint16_t |
idVendor, |
|
|
uint16_t |
idProduct |
|
) |
| |
|
staticprotected |
void USBDevice::open |
( |
uint32_t |
devid | ) |
|
|
protected |
void USBDevice::sendVendorSetup |
( |
uint8_t |
request, |
|
|
uint16_t |
value, |
|
|
uint16_t |
index, |
|
|
const unsigned char * |
data, |
|
|
uint16_t |
length |
|
) |
| |
|
protected |
libusb_context* USBDevice::m_ctx |
|
protected |
libusb_device_handle* USBDevice::m_handle |
|
protected |
uint16_t USBDevice::m_idProduct |
|
private |
uint16_t USBDevice::m_idVendor |
|
private |
float USBDevice::m_version |
|
protected |
The documentation for this class was generated from the following files: