ieee1284_close (3)
Leading comments
Title: ieee1284_close Author: Tim Waugh <twaugh@redhat.com> Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/> Date: 09/18/2007 Manual: Functions Source:
NAME
ieee1284_close - close an open portSYNOPSIS
#include <ieee1284.h>
- int ieee1284_close(struct parport *port);
DESCRIPTION
RETURN VALUE
E1284_OK
- The port is now closed.
E1284_INVALIDPORT
- The port parameter is invalid (perhaps it is not open, for instance).
E1284_SYS
- There was a problem at the operating system level. The global variable errno has been set appropriately.
SEE ALSO
AUTHOR
Tim Waugh <twaugh@redhat.com>
- Author.