libusb  1.0.27
A cross-platform user library to access USB devices
Data Fields
libusb_interface_association_descriptor_array Struct Reference

Structure containing an array of 0 or more interface association descriptors. More...

#include <libusb.h>

Data Fields

const struct libusb_interface_association_descriptoriad
 Array of interface association descriptors. More...
 
int length
 Number of interface association descriptors contained. More...
 

Detailed Description

Structure containing an array of 0 or more interface association descriptors.

Field Documentation

◆ iad

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.

◆ length

int libusb_interface_association_descriptor_array::length

Number of interface association descriptors contained.

Read-only.


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