I am referring to the following document: http://vusb.wikidot.com/driver-api
And the following excerpt:
If your application sends notifications only, you don't care whether an unsent notification is lost. In this case you simply call usbFunctionInterrupt() without any checks.
Could someone clarify this please. I could not find a reference to usbFunctionInterrupt() anywhere in the source. And from how it sounds in the document you use it instead of usbSetInterrupt() or usbSetInterrupt3(), which endpoint is then used?
Thanks