|
co_usb
|
Aggregate struct to pass to functions requiring device information. More...
#include <device_triplet.hpp>
Public Attributes | |
| int | vid = LIBUSB_HOTPLUG_MATCH_ANY |
| int | pid = LIBUSB_HOTPLUG_MATCH_ANY |
| int | dev_class = LIBUSB_HOTPLUG_MATCH_ANY |
Aggregate struct to pass to functions requiring device information.
Default values are set to LIBUSB_HOTPLUG_MATCH_ANY for brievity in hotplug usage.
| int co_usb::device_triplet::dev_class = LIBUSB_HOTPLUG_MATCH_ANY |
| int co_usb::device_triplet::pid = LIBUSB_HOTPLUG_MATCH_ANY |
| int co_usb::device_triplet::vid = LIBUSB_HOTPLUG_MATCH_ANY |