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.
OK, thank you. I was seeking the Javadoc to help understand the relationship between classes (and the hierarchy) but your explanation is clear and this documentation provides all the information. I am just not familiar with navigating it.
Interfaces like VoltageInputVoltageChangeListener are not listed on the API menu, but are documented through links embedded in the documentation of other methods e.g., the Event documentation for addVoltageChangeListener.