The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

parport (3)
  • >> parport (3) ( Linux man: Библиотечные вызовы )
  •  

    NAME

    parport - representation of a parallel port
     
    

    SYNOPSIS

    #include <ieee1284.h>
    

     

    DESCRIPTION

    A parport structure represents a parallel port.

     

    STRUCTURE MEMBERS

    The structure has the following members:

    struct parport {
      /* An artibrary name for the port. */
      const char *name;
    
      /* The base address of the port, if that has any meaning, or zero. */
      unsigned long base_addr;
    
      /* The ECR address of the port, if that has any meaning, or zero. */
      unsigned long hibase_addr;
    
      /* The filename associated with this port,
       * if that has any meaning, or NULL. */
      const char *filename;
    };
    

     

    AUTHOR

    Tim Waugh <twaugh@redhat.com>.


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    STRUCTURE MEMBERS
    AUTHOR


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру