1COMEDI_MAXDATA_IS_CHAN_SPECIFIC(3) COMEDI_MAXDATA_IS_CHAN_SPECIFIC(3)
2
3
4
6 comedi_maxdata_is_chan_specific - maximum sample depends on channel
7
9 #include <comedilib.h>
10
11 int comedi_maxdata_is_chan_specific (comedi_t * device, unsigned int
12 subdevice);
13
15 If each channel of the specified subdevice has different maximum sample
16 values, this function returns 1. Otherwise, this function returns 0.
17 On error, this function returns -1.
18
19 28 October 20C0O7MEDI_MAXDATA_IS_CHAN_SPECIFIC(3)