co_usb
Loading...
Searching...
No Matches
Public Attributes | List of all members
co_usb::device_triplet Struct Reference

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
 

Detailed Description

Aggregate struct to pass to functions requiring device information.

Default values are set to LIBUSB_HOTPLUG_MATCH_ANY for brievity in hotplug usage.

Member Data Documentation

◆ dev_class

int co_usb::device_triplet::dev_class = LIBUSB_HOTPLUG_MATCH_ANY

◆ pid

int co_usb::device_triplet::pid = LIBUSB_HOTPLUG_MATCH_ANY

◆ vid

int co_usb::device_triplet::vid = LIBUSB_HOTPLUG_MATCH_ANY

The documentation for this struct was generated from the following file: