|
SeaBreeze
|


Public Member Functions | |
| int | getProductID () |
| int | getVendorID () |
| virtual TransferHelper * | getHelper (const std::vector< ProtocolHint * > &hints) const |
| virtual void | setLocation (const DeviceLocatorInterface &location) |
| virtual bool | open () |
| virtual void | close () |
| virtual std::vector< DeviceLocatorInterface * > * | probeDevices () |
Public Member Functions inherited from seabreeze::USBInterface | |
| virtual USB * | getUSBDescriptor () const |
| virtual DeviceLocatorInterface * | getLocation () |
| virtual BusFamily | getBusFamily () const |
Protected Member Functions | |
| void | addHelper (ProtocolHint *hint, TransferHelper *helper) |
| void | clearHelpers () |
Protected Attributes | |
| int | vendorID |
| int | productID |
| std::vector< ProtocolHint * > | helperKeys |
| std::vector< TransferHelper * > | helperValues |
Protected Attributes inherited from seabreeze::USBInterface | |
| USB * | usb |
| DeviceLocatorInterface * | deviceLocator |
|
virtual |
Implements seabreeze::Bus.
|
virtual |
Reimplemented from seabreeze::USBInterface.
|
virtual |
Implements seabreeze::USBInterface.
|
virtual |
Implements seabreeze::USBInterface.
|
virtual |
Implements seabreeze::DeviceLocationProberInterface.