libusb
1.0.27
A cross-platform user library to access USB devices
|
Structure containing an array of 0 or more interface association descriptors. More...
#include <libusb.h>
Data Fields | |
const struct libusb_interface_association_descriptor * | iad |
Array of interface association descriptors. More... | |
int | length |
Number of interface association descriptors contained. More... | |
Structure containing an array of 0 or more interface association descriptors.
const struct libusb_interface_association_descriptor* libusb_interface_association_descriptor_array::iad |
Array of interface association descriptors.
The size of this array is determined by the length field.
int libusb_interface_association_descriptor_array::length |
Number of interface association descriptors contained.
Read-only.