1COMEDI_GET_READ_SUBDEVICE(3) COMEDI_GET_READ_SUBDEVICE(3)
2
3
4
6 comedi_get_read_subdevice - find streaming input subdevice
7
9 #include <comedilib.h>
10
11 int comedi_get_read_subdevice (comedi_t * device);
12
14 The function comedi_get_read_subdevice() returns the subdevice that
15 allows streaming input for device dev. If no subdevice supports
16 streaming input, -1 is returned and the Comedilib error number is set
17 to XXX "subdevice not found".
18
19 28 October 2007 COMEDI_GET_READ_SUBDEVICE(3)