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