centos man page for ieee1284_close

Query: ieee1284_close

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IEEE1284_CLOSE(3)						     Functions							 IEEE1284_CLOSE(3)

NAME
ieee1284_close - close an open port
SYNOPSIS
#include <ieee1284.h> int ieee1284_close(struct parport *port);
DESCRIPTION
To close an open port and free any resources associated with it, call ieee1284_close.
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@redhat.com> Author.
COPYRIGHT
Copyright (C) 2001-2003 Tim Waugh [FIXME: source] 06/17/2014 IEEE1284_CLOSE(3)
Related Man Pages
ieee1284_open(3) - centos
ieee1284_open(3) - debian
ieee1284_data_dir(3) - centos
ieee1284_get_irq_fd(3) - centos
ieee1284_read_data(3) - centos
Similar Topics in the Unix Linux Community
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Docker learning Phase-I
Controlling user input
[TIP] Processing YAML files with yq