1COMEDI_GET_SUBDEVICE_TYPE(3) COMEDI_GET_SUBDEVICE_TYPE(3)
2
3
4
6 comedi_get_subdevice_type - type of subdevice
7
9 #include <comedilib.h>
10
11 int comedi_get_subdevice_type (comedi_t * device, unsigned int subde‐
12 vice);
13
15 The function comedi_get_subdevice_type() returns an integer describing
16 the type of subdevice that belongs to the comedi device device and has
17 the index subdevice. The function returns -1 if there is an error.
18
19 XXX Subdevice type table
20
21 28 October 2007 COMEDI_GET_SUBDEVICE_TYPE(3)