|
| SunliteFactory (ola::usb::LibUsbAdaptor *adaptor) |
|
bool | DeviceAdded (WidgetObserver *observer, libusb_device *usb_device, const struct libusb_device_descriptor &descriptor) |
| Called when a new USB device is added. More...
|
|
| BaseWidgetFactory (const std::string &name) |
|
std::string | Name () const |
| The name of this factory. More...
|
|
◆ DeviceAdded()
bool ola::plugin::usbdmx::SunliteFactory::DeviceAdded |
( |
WidgetObserver * |
observer, |
|
|
libusb_device * |
usb_device, |
|
|
const struct libusb_device_descriptor & |
descriptor |
|
) |
| |
|
virtual |
Called when a new USB device is added.
- Parameters
-
observer | The WidgetObserver to notify if this results in a new widget. |
usb_device | the libusb_device that was added. |
descriptor | the libusb_device_descriptor that corresponds to the usb_device. |
- Returns
- True if this factory has claimed the usb_device, false otherwise.
Implements ola::plugin::usbdmx::WidgetFactory.
The documentation for this class was generated from the following files: