LIBUSB_CLASS_PER_INTERFACE constant
int
const LIBUSB_CLASS_PER_INTERFACE
In the context of a \ref libusb_device_descriptor "device descriptor", this bDeviceClass value indicates that each interface specifies its own class information and all interfaces operate independently.
Implementation
static const int LIBUSB_CLASS_PER_INTERFACE = 0;