LMS 2012
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
libusb_interface Struct Reference

#include <libusb.h>

Data Fields

const struct
libusb_interface_descriptor
altsetting
 
int num_altsetting
 

Detailed Description

A collection of alternate settings for a particular USB interface.

Definition at line 455 of file libusb.h.

Field Documentation

const struct libusb_interface_descriptor* altsetting

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

Definition at line 458 of file libusb.h.

int num_altsetting

The number of alternate settings that belong to this interface

Definition at line 461 of file libusb.h.


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