home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / amiga_e-2.1b.lha / Amiga_E-2.1b / Modules-Text / devices / parallel.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  962 b   |  42 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:devices/parallel.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. CONST PARERR_DEVBUSY=1,
  6.       PARERR_BUFTOOBIG=2,
  7.       PARERR_INVPARAM=3,
  8.       PARERR_LINEERR=4,
  9.       PARERR_NOTOPEN=5,
  10.       PARERR_PORTRESET=6,
  11.       PARERR_INITERR=7,
  12.       PDCMD_QUERY=9,
  13.       PDCMD_SETPARAMS=10,
  14.       PAR_DEVFINISH=10,
  15.       PARF_SHARED=$20,
  16.       PARF_SLOWMODE=16,
  17.       PARF_FASTMODE=8,
  18.       PARF_RAD_BOOGIE=8,
  19.       PARF_ACKMODE=4,
  20.       PARF_EOFMODE=2,
  21.       IOPARF_QUEUED=$40,
  22.       IOPARF_ABORT=$20,
  23.       IOPARF_ACTIVE=16,
  24.       IOPTF_RWDIR=8,
  25.       IOPTF_PARSEL=4,
  26.       IOPTF_PAPEROUT=2,
  27.       IOPTF_PARBUSY=1
  28.  
  29. (---) OBJECT ptermarray
  30. (  0)   0:LONG
  31. (  4)   1:LONG
  32. (---) ENDOBJECT     /* SIZEOF=8 */
  33.  
  34. (---) OBJECT ioextpar
  35. (  0)   iostd:substructure
  36. ( 48)   pextflags:LONG
  37. ( 52)   parstatus:CHAR
  38. ( 53)   parflags:CHAR
  39. ( 54)   ptermarray:substructure
  40. (---) ENDOBJECT     /* SIZEOF=62 */
  41.  
  42.