usblib_select_if — Select an setting for an interface of a device
int usblib_select_if( | usb_device_t dev, | |
usb_wait_t* 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 |