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

  1. #define P_LLMAC_OPH
  2.  
  3. #define P_MAXILEN 300 /* maximum length of information field */ 
  4. #define MAXFRM 4 /* maximum number of frames in supervisory Q */ 
  5. #define SERNOCHAR (-1) /* no character to transmit */ 
  6.  
  7. /* Frame type codes */
  8.  
  9. #define LA_LPDU     0    /* The Link Acknowledge PDU */ 
  10. #define LD_LPDU     1    /* The Link disconnect PDU */ 
  11. #define LR_LPDU     2    /* The Link Request PDU*/ 
  12. #define LT_LPDU     3    /* The Link Data PDU */ 
  13. #define P_FRM_BROKEN  4    /* A broken frame */ 
  14.  
  15. STRUCT P_FRAME
  16.     type#
  17.     seq#
  18.     len%
  19.     pbuf%
  20. ENDS
  21.  
  22. /* LLMAC layer characteristics */
  23.  
  24. STRUCT P_LLMAC
  25.     ilen%
  26.     speed%
  27.     rtint%
  28. ENDS
  29.