PARPORT_LIST   (3) manpage
PARPORT_LIST
3
  • 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>.
Current Users: 20 © 1999-2006 Linux.com.hk PenguinSoft
All trademarks and copyrights on this page are owned by their respective companies. Linux is a trademark of Linus Torvalds.