Search Results

by jcelerier
Mon Feb 12, 2018 8:34 am
Forum: C/C++
Topic: Enumerating all channels from PhidgetManager
Replies: 2
Views: 57171

Enumerating all channels from PhidgetManager

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...