PIP 5.6.1
Platform-Independent Primitives
Public Attributes | List of all members
PIUSB::Interface Struct Reference

USB interface description with its endpoints. More...

#include <piusb.h>

Public Attributes

uchar index = 0
 Index inside the configuration descriptor.
 
uchar value_to_select = 0
 Value used to select this interface.
 
ushort class_code = 0
 USB interface class code.
 
ushort subclass_code = 0
 USB interface subclass code.
 
ushort protocol_code = 0
 USB interface protocol code.
 
PIVector< PIUSB::Endpointendpoints
 Endpoints exposed by this interface.
 

Detailed Description

USB interface description with its endpoints.