ieee1284_close (3) Linux Manual Page
ieee1284_close – close an open port
Synopsis
#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
ieee1284_open(3)Author
Tim Waugh <twaugh [at] redhat.com>- Author.
