SeaBreeze
|
Public Member Functions | |
virtual bool | open () |
![]() | |
int | getProductID () |
int | getVendorID () |
virtual TransferHelper * | getHelper (const std::vector< ProtocolHint * > &hints) const |
virtual void | setLocation (const DeviceLocatorInterface &location) |
virtual void | close () |
virtual std::vector< DeviceLocatorInterface * > * | probeDevices () |
![]() | |
virtual USB * | getUSBDescriptor () const |
virtual DeviceLocatorInterface * | getLocation () |
virtual BusFamily | getBusFamily () const |
Additional Inherited Members | |
![]() | |
void | addHelper (ProtocolHint *hint, TransferHelper *helper) |
void | clearHelpers () |
![]() | |
int | vendorID |
int | productID |
std::vector< ProtocolHint * > | helperKeys |
std::vector< TransferHelper * > | helperValues |
![]() | |
USB * | usb |
DeviceLocatorInterface * | deviceLocator |
|
virtual |
Reimplemented from seabreeze::OOIUSBInterface.