PARPORT_LIST(3) | Structures | PARPORT_LIST(3) |
parport_list - a collection of parallel ports
#include <ieee1284.h>
A parport_list structure is just a vector of parport structures.
The structure has the following members:
struct parport_list { /* Number of elements in the vector. */ int portc; /* The ports. */ struct parport **portv; };
Tim Waugh <twaugh@redhat.com>
Copyright © 2001-2003 Tim Waugh
09/18/2007 |