![]() |
libusb 1.0.29
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. | |
| int | length |
| Number of interface association descriptors contained. | |
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.