home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / P / MODEM.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  733 b   |  24 lines

  1. #define P_MODEM_OPH
  2.  
  3. /* what options are selected */
  4.  
  5. #define P_MDM_TONE 0x01 /* as opposed to PULSE dialling (default) */ 
  6. #define P_MDM_BELL 0x02 /* as opposed to CCITT (default) */ 
  7. #define P_MDM_NO_MODULATION 0x04 /* as opposed to CCITT or BELL */ 
  8. #define P_MDM_CONSTANT_SPEED 0x08 /* modem has constant speed interface */ 
  9.  
  10. /* Error correction types */
  11.  
  12. #define P_MDM_ERRCORRECT_NONE  0  /* NO error correction */ 
  13. #define P_MDM_ERRCORRECT    1  /* some form of error correction (ARQ)*/ 
  14. #define P_MDM_ERRCORRECT_MNP  2  /* MNP error correction being used */ 
  15. #define P_MDM_ERRCORRECT_V42  3  /* V42 error correction being used */ 
  16.  
  17. STRUCT P_MDMCHR
  18.     supported%
  19.     options%
  20.     baudrate%
  21.     chand#
  22.     ichand#
  23. ENDS
  24.