#include <libusb.h>
Data Fields | |
struct libusb_interface_descriptor * | altsetting |
Array of interface descriptors. | |
int | num_altsetting |
The number of alternate settings that belong to this interface. |
struct libusb_interface_descriptor* libusb_interface::altsetting [read] |
Array of interface descriptors.
The length of this array is determined by the num_altsetting field.