ConstTableH.h
上传用户:xhjmsc
上传日期:2019-09-13
资源大小:389k
文件大小:2k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. /***************************************
  2. Program:     FlashManage
  3. Author:      Bryan Cai
  4. Date:        2006.12.07
  5. ***************************************/
  6. //#define DTERX (0x01) //DTE input DCE output
  7. //#define DTETX (0x00) //DTE output DCE input
  8. #define cFlashWriteCmd 0x80
  9. #define cFlashWriteInitiateCmd 0x10
  10. #define cFlashReadCmd 0x00
  11. #define cstFaxPropertyTableStartBlockNum (1)
  12. #define cstFaxPropertyTableOverBlockNum (10)
  13. #define cstFaxFrontPointerTableStartBlockNum (11)
  14. #define cstFaxFrontPointerTableOverBlockNum (14)
  15. #define cstFaxRearPointerTableStartBlockNum (15)
  16. #define cstFaxRearPointerTableOverBlockNum (18)
  17. #define cstViewDataAreaStartBlockNum (40)
  18. #define cstViewDataAreaOverBlockNum (41)
  19. #define cstFaxPropertyTableStartPage (64)
  20. #define cstFaxPropertyTableOverPage (703)
  21. #define cstFaxFrontPointerTableStartPage (704)
  22. #define cstFaxFrontPointerTableOverPage (959)
  23. #define cstFaxRearPointerTableStartPage (960)
  24. #define cstFaxRearPointerTableOverPage (1215)
  25. //#define cstFaxRxBufFirstPage (1217)//(1216) access fax head property
  26. #define cstFaxRxBufStartPage (1216)//(1216)
  27. #define cstFaxRxBufEndPage (2559)
  28. #define cstViewDataAreaStartPage (2560)
  29. #define cstViewDataAreaEndPage (2623)
  30. #define cstFaxContentStartPage (5120)
  31. #define cstViewHourIndex 0
  32. #define cstViewMinuteIndex 1
  33. #define cstViewSecondIndex 2
  34. #define cstViewMonthIndex 3
  35. #define cstViewDateIndex 4
  36. #define cstViewYearIndex 5
  37. #define cstViewRingNumIndex 6
  38. #define cstViewStaticStatusIndex 7
  39. #define cstViewDynamicStatusIndex 8
  40. #define cstViewDceNewFaxNumIndex 9
  41. //General Status
  42. #define FAXRXERROR           (0x0001)
  43. #define bitModemActive       (0x0002)
  44. #define bitAutoManualSel     (0x0004)
  45. #define bitViewCLKSel        (0x0008)
  46. #define bitSendFaxSignalOK   (0x0010)
  47. #define bitReadFlashMemoryOK (0x0020)
  48. #define SCG01                (0x0040)
  49. #define SCG11                (0x0080)