1COMEDI_GET_BOARD_NAME(3) COMEDI_GET_BOARD_NAME(3)
23
4
NAME
6comedi_get_board_name - Comedi device name
7
SYNOPSIS
9#include <comedilib.h>
1011
char * comedi_get_board_name (comedi_t * device);
12
DESCRIPTION
14The function comedi_get_board_name returns a pointer to a string con‐
15taining the name of the device. This pointer is valid until the comedi
16descriptor it is closed. This function returns NULL if there is an
17error.
1819
28 October 2007 COMEDI_GET_BOARD_NAME(3)