Name
comedi_get_board_name — Comedi device name
Synopsis
#include <comedilib.h>
| const char * comedi_get_board_name( | comedi_t * device ); | 
 
      Description
    
The function comedi_get_board_name returns a pointer
to a string containing the name of the comedi device represented by
device.  This pointer is
valid until the device is closed.  This
function returns NULL if there is an error.