usblib_select_if — Select an setting for an interface of a device
int usblib_select_if(usb_device_t dev, waiting* wait, int interface, int setting);
| dev USB device struct@parma wait Waiting mode for notification (note, this is not copied internally) |
| interface the interface number of the interface |
| setting the setting number to apply |
Select an setting for an interface of a device This call selects an interface setting on a given device.