comedi_get_driver_name

Langue: en

Version: 28 October 2007 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

comedi_get_driver_name - Comedi driver name

SYNOPSIS

#include <comedilib.h>

char * comedi_get_driver_name (comedi_t * device);

DESCRIPTION

The function comedi_get_driver_name returns a pointer to a string containing the name of the driver being used by comedi for the comedi device represented by device. This pointer is valid until the device is closed. This function returns NULL if there is an error.