usblib_select_if

usblib_select_if — Select an setting for an interface of a device

Synopsis

int usblib_select_if( usb_device_t dev,
   usb_wait_t* wait,
   int interface,
   int setting);

Arguments

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

Description

Select an setting for an interface of a device This call selects an interface setting on a given device.

See Also

usbmsg_send, usbmsg_setconfig