home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / RXCOMM.ZIP / RXCOMM.DEF < prev    next >
Text File  |  1990-12-16  |  496b  |  18 lines

  1. LIBRARY         RXCOMM INITINSTANCE
  2. DESCRIPTION    'Communications library interface for Rexx/SAA'
  3. DATA            NONSHARED PRELOAD
  4. PROTMODE
  5. EXPORTS         RxCommOpen
  6.                 RxCommClose
  7.                 RxCommPut
  8.                 RxCommGet
  9.                 RxCommGetParams
  10.                 RxCommSetParams
  11.                 RxCommSendBreak
  12.                 RxCommCheck
  13.                 RxCommSetDTR
  14.                 RxCommFlush
  15.                 RxGetChar
  16.                 RxSay
  17.  
  18.