libusb-1.0
Public Attributes | List of all members
libusb_interface Struct Reference

#include <libusb.h>

Collaboration diagram for libusb_interface:
Collaboration graph
[legend]

Public Attributes

const struct libusb_interface_descriptoraltsetting
 
int num_altsetting
 

Detailed Description

A collection of alternate settings for a particular USB interface.

Member Data Documentation

◆ altsetting

const struct libusb_interface_descriptor* libusb_interface::altsetting

Array of interface descriptors. The length of this array is determined by the num_altsetting field.

◆ num_altsetting

int libusb_interface::num_altsetting

The number of alternate settings that belong to this interface. Must be non-negative.


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