Javadoc
Posted: Sun Sep 03, 2017 5:52 am
Please post Javadoc for classes in new phidget22 api.
I'd like to create a map from my device identifiers to channels but I cannot determine what (if any) common super class of DigitalInput, DigitalOutput, VoltageInput.
So I am compelled to create three maps, one for each type and then a fourth map to index my device IDs to correct individual channel map.
The online documentation shows a slew of methods but no documentation of the classes to which they belong.
I'd like to create a map from my device identifiers to channels but I cannot determine what (if any) common super class of DigitalInput, DigitalOutput, VoltageInput.
So I am compelled to create three maps, one for each type and then a fourth map to index my device IDs to correct individual channel map.
The online documentation shows a slew of methods but no documentation of the classes to which they belong.