1COMEDI_GET_DRIVER_NAME(3) COMEDI_GET_DRIVER_NAME(3)
2
3
4
6 comedi_get_driver_name - Comedi driver name
7
9 #include <comedilib.h>
10
11 char * comedi_get_driver_name (comedi_t * device);
12
14 The function comedi_get_driver_name returns a pointer to a string con‐
15 taining the name of the driver being used by comedi for the comedi
16 device represented by device. This pointer is valid until the device
17 is closed. This function returns NULL if there is an error.
18
19 28 October 2007 COMEDI_GET_DRIVER_NAME(3)