1COMEDI_OPEN(3)                                                  COMEDI_OPEN(3)
2
3
4

NAME

6       comedi_open - open a Comedi device
7

SYNOPSIS

9       #include <comedilib.h>
10
11       comedi_t * comedi_open (const char * filename);
12

DESCRIPTION

14       Open a Comedi device specified by the file filename.
15

RETURN VALUE

17       If  sucessful, comedi_open returns a pointer to a valid comedi_t struc‐
18       ture.  This structure is transparent; the pointer should not be  deref‐
19       erenced by the application.  NULL is returned on failure.
20
21                                28 October 2007                 COMEDI_OPEN(3)
Impressum