home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / macutils.lzh / MACUTILS / COMM / protocol.h < prev    next >
Text File  |  1995-09-18  |  368b  |  23 lines

  1. #define RECORDBYTES    132
  2. #define DATABYTES    128
  3. #define NAMEBYTES    63
  4.  
  5. #define RETRIES        10
  6. #define SOHTIMO        10
  7. #define ACKTIMO        10
  8. #define LINTIMO        20
  9. #define CHRTIMO        2
  10.  
  11. #define MAXRECNO    0xff
  12.  
  13. #define TMO        -1
  14. #define DUP        '\000'
  15. #define SOH        '\001'
  16. #define EOT        '\004'
  17. #define ACK        '\006'
  18. #define NAK        '\025'
  19. #define CAN        '\030'
  20. #define EEF        '\032'
  21. #define ESC        '\033'
  22.  
  23.