PARPORT_LIST
PARPORT_LIST
Section: Structures (3) Updated: 09/18/2007 Local index
Up
NAME
parport_list - a collection of parallel ports
SYNOPSIS
-
#include <ieee1284.h>
DESCRIPTION
A
parport_list
structure is just a vector of
parport
structures.
STRUCTURE MEMBERS
The structure has the following members:
-
struct parport_list {
/* Number of elements in the vector. */
int portc;
/* The ports. */
struct parport **portv;
};
AUTHOR
Tim Waugh <twaugh@redhat.com>
-
Author.
COPYRIGHT
Copyright © 2001-2003 Tim Waugh
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- STRUCTURE MEMBERS
-
- AUTHOR
-
- COPYRIGHT
-
This document was created by
man2html,
using the manual pages.
Time: 21:52:02 GMT, April 16, 2011