libusb
1.0.27
A cross-platform user library to access USB devices
|
A collection of alternate settings for a particular USB interface. More...
#include <libusb.h>
Data Fields | |
const struct libusb_interface_descriptor * | altsetting |
Array of interface descriptors. More... | |
int | num_altsetting |
The number of alternate settings that belong to this interface. More... | |
A collection of alternate settings for a particular USB interface.
const struct libusb_interface_descriptor* libusb_interface::altsetting |
Array of interface descriptors.
The length of this array is determined by the num_altsetting field.
int libusb_interface::num_altsetting |
The number of alternate settings that belong to this interface.
Must be non-negative.