parport_list - Man Page

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.

Referenced By

libieee1284(3).

01/25/2024 Structures