comedi_find_subdevice_by_type — search for subdevice type
#include <comedilib.h>
int comedi_find_subdevice_by_type( | comedi_t * device, |
int type, | |
unsigned int start_subdevice) ; |
The function comedi_find_subdevice_by_type
tries to
locate a subdevice belonging to comedi device
device
,
having type type
, starting with
the subdevice start_subdevice
. The
comedi_subdevice_type enum
specifies the possible subdevice types.