
Public Member Functions | |
| bool | SetAltInterface (int altSetting) |
| Uses the usb_set_altinterface() function to set the currently selected USB alternate setting of the current interface. | |
Definition at line 303 of file usbwrap.h.
| bool Usb::Interface::SetAltInterface | ( | int | altSetting | ) |
Uses the usb_set_altinterface() function to set the currently selected USB alternate setting of the current interface.
Sets the currently selected USB alternate setting of the current interface.
The iface parameter passed in should be a value specified in the bAlternateSetting descriptor field. If unsuccessful, returns false.
Definition at line 510 of file usbwrap_libusb.cc.
1.7.1