PARPORT_ENUMERATE

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

parport_enumerate - return a list of the system's parallel ports  

SYNOPSIS

"SYNOPSIS"

struct parport * parport_enumerate ( void);  

ARGUMENTS

void
no arguments
 

DESCRIPTION

This returns the head of the list of parallel ports in the system, as a &struct parport. The structure that is returned describes the first port in the list, and its 'next' member points to the next port, or NULL if it's the last port.

If there are no parallel ports in the system, parport_enumerate will return NULL.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:21:02 GMT, October 06, 2005