egd_close(3) debian man page | unix.com

Man Page: egd_close

Operating Environment: debian

Section: 3

EGD_CLOSE(3)						       EEGDEV library manual						      EGD_CLOSE(3)

NAME
egd_close - close a device
SYNOPSIS
#include <eegdev.h> int egd_close(struct eegdev* dev);
DESCRIPTION
egd_close() frees all resources associated to the device referenced by dev and closes it. It stops also implicitely any running acquisi- tion. After a successful call to egd_close(), the reference dev cannot be used any longer.
RETURN VALUE
The function returns 0 in case of succes. Otherwise, -1 is returned and errno is set accordingly.
ERRORS
egd_close() will fail if: EINVAL dev is NULL.
EPFL
2010 EGD_CLOSE(3)
Related Man Pages
fdformat(8) - linux
egd_acq_setup(3) - debian
egd_sensor_type(3) - debian
eegdev-biosemi(5) - debian
eegdev-open-options(5) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Introduction
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?