Is there any way that I could optimize the function of open/close HID interface with a composite hid device through C++?
I’m building a program with C++ by Mac Catalyst using Xcode to communicate with a composite hid device. I wrote a endless loop to test this function. Simply speaking , the process of my loop is as follows.