|
dRonin
adbada4
dRonin GCS
|
#include <usbdevice.h>
Public Member Functions | |
| USBDevice () | |
| QString | getPath () const |
| int | getVendorID () const |
| int | getProductID () const |
| void | setVendorID (int vid) |
| void | setProductID (int pid) |
| void | setPath (QString p) |
Public Member Functions inherited from Core::IDevice | |
| QString | getName () const |
| void | setName (QString theName) |
| QString | getDisplayName () const |
| void | setDisplayName (QString dn) |
| bool | equals (const IDevice *idv) const |
Definition at line 31 of file usbdevice.h.