comedi_get_rangetype — range type information of channel
#include <comedilib.h>
int comedi_get_rangetype( | comedi_t * device, |
unsigned int subdevice, | |
unsigned int channel) ; |
deprecated
This function is deprecated (but is used internally by the library). Use
comedi_get_n_ranges
to get the number of ranges, and
comedi_get_range
to get the details of a range for a
channel.