USBIP C library 0.7.0
Virtual USB devices & host drivers over USB/IP
Loading...
Searching...
No Matches
usb_interface_descriptor Struct Reference

Standard interface descriptor (Sec.9.6.5). More...

#include <usbip.h>

Data Fields

uint8_t bLength
 
uint8_t bDescriptorType
 
uint8_t bInterfaceNumber
 
uint8_t bAlternateSetting
 
uint8_t bNumEndpoints
 
uint8_t bInterfaceClass
 
uint8_t bInterfaceSubClass
 
uint8_t bInterfaceProtocol
 
uint8_t iInterface
 

Detailed Description

Standard interface descriptor (Sec.9.6.5).

Field Documentation

◆ bLength

uint8_t usb_interface_descriptor::bLength

◆ bDescriptorType

uint8_t usb_interface_descriptor::bDescriptorType

◆ bInterfaceNumber

uint8_t usb_interface_descriptor::bInterfaceNumber

◆ bAlternateSetting

uint8_t usb_interface_descriptor::bAlternateSetting

◆ bNumEndpoints

uint8_t usb_interface_descriptor::bNumEndpoints

◆ bInterfaceClass

uint8_t usb_interface_descriptor::bInterfaceClass

◆ bInterfaceSubClass

uint8_t usb_interface_descriptor::bInterfaceSubClass

◆ bInterfaceProtocol

uint8_t usb_interface_descriptor::bInterfaceProtocol

◆ iInterface

uint8_t usb_interface_descriptor::iInterface

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