1IEEE1284_CLOSE(3)                  Functions                 IEEE1284_CLOSE(3)
2
3
4

NAME

6       ieee1284_close - close an open port
7

SYNOPSIS

9       #include <ieee1284.h>
10
11       int ieee1284_close(struct parport *port);
12

DESCRIPTION

14       To close an open port and free any resources associated with it, call
15       ieee1284_close.
16

RETURN VALUE

18       E1284_OK
19           The port is now closed.
20
21       E1284_INVALIDPORT
22           The port parameter is invalid (perhaps it is not open, for
23           instance).
24
25       E1284_SYS
26           There was a problem at the operating system level. The global
27           variable errno has been set appropriately.
28

SEE ALSO

30       ieee1284_open(3)
31

AUTHOR

33       Tim Waugh <twaugh@redhat.com>
34           Author.
35
37       Copyright © 2001-2003 Tim Waugh
38
39
40
41[FIXME: source]                   08/18/2021                 IEEE1284_CLOSE(3)
Impressum