Hello, in the Phidget22 API I'm trying to get all the channels (basically, I'd like to recreate the phidget tree UI from my side, ie enumerate all the phidget devices & channels on the system.). I have the following code: PhidgetManager_create(&m_hdl); PhidgetManager_setOnAttachHandler( m_hd...